@[email protected] to [email protected] • 10 months agoWhat is the /opt directory?message-square46fedilinkarrow-up1123arrow-down13file-text
arrow-up1120arrow-down1message-squareWhat is the /opt directory?@[email protected] to [email protected] • 10 months 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 AggravatedlinkfedilinkEnglish3•9 months 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-square@[email protected]linkfedilink1•edit-29 months agoI mean about the ‘should query for it’ part.
minus-square@[email protected]linkfedilinkEnglish1•9 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.