AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 1 year agoWhat is the /opt directory?message-squaremessage-square46fedilinkarrow-up1127file-text
arrow-up1127message-squareWhat is the /opt directory?AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 1 year agomessage-square46fedilinkfile-text
I’ve seen a lot of self-hosted software wanting to store their data in /opt, is there any reason why?
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up4·1 year ago$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.
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up1·edit-21 year agoI mean about the ‘should query for it’ part.
minus-squareatzanteol@sh.itjust.workslinkfedilinkEnglisharrow-up1·11 months agoFor the currently logged-in user it’s fine, yes. It should always be set.
$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.
I mean about the ‘should query for it’ part.
For the currently logged-in user it’s fine, yes. It should always be set.