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

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    3 months ago

    In the user’s home directory, which may or may not be in /home/username.

    grep username /etc/passwd will show you the home directory for a user. Also ~username from the CLI will resolve to that user’s home directory. e.g. cp file.txt ~username/Documents/