I've seen a lot of self-hosted software wanting to store their data in /opt, is there any reason why?

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (1 child)

How about $HOME, is it standardized?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    $HOME is a shell variable, created by the shell as it starts, reading from the /etc/passwd file. It's a string, not a symlink or anything.

  • source
  • parent
  • hideshow 2 child comments