AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 1 year agoWhat is the /opt directory?message-squaremessage-square44fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareWhat is the /opt directory?AlexPewMaster@lemmy.zip to Linux@lemmy.ml · 1 year agomessage-square44fedilinkfile-text
I’ve seen a lot of self-hosted software wanting to store their data in /opt, is there any reason why?
minus-squarecaseyweederman@lemmy.calinkfedilinkarrow-up0·1 year agoWho gets the final call on that, the developer or the maintainer? I’ve noticed that Landscape goes into /opt, and Canonical is both developer and maintainer there.
minus-squareFigMcLargeHuge@sh.itjust.workslinkfedilinkEnglisharrow-up0·1 year agoEspecially when some dumbass app starts writing log files to /opt.
minus-squarecatloaf@lemm.eelinkfedilinkEnglisharrow-up0·1 year agoThe developer could do one thing, but whoever builds the package could change it, so the packager.
Who gets the final call on that, the developer or the maintainer? I’ve noticed that Landscape goes into /opt, and Canonical is both developer and maintainer there.
The system admin.
Especially when some dumbass app starts writing log files to /opt.
Sure, but in the case of dpkg?
The packager.
The developer could do one thing, but whoever builds the package could change it, so the packager.