AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 8 months agoWhat is the /opt directory?message-squaremessage-square41fedilinkarrow-up1127arrow-down13file-text
arrow-up1124arrow-down1message-squareWhat is the /opt directory?AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 8 months agomessage-square41fedilinkfile-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·8 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-squareMonkderZweite@feddit.chlinkfedilinkarrow-up1·edit-28 months agoI mean about the ‘should query for it’ part.
$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.
Removed by mod