Conversation
Notices
-
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 09:06:50 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: Plan 9s pretty interesting, there's not 300 gorillion different directories binaries are dumped into, it's all just in /bin (or /usr/YOURNAME/bin, if you don't have admin access to filesystem I think)
Namespaces are also pretty cool..-
EdBoatConnoisseur (edboatconnoisseur@poa.st)'s status on Wednesday, 20-Nov-2024 09:14:13 JST EdBoatConnoisseur @nyanide yeh, the unix directories for binaries come mostly from legacy cruft, it is a good thing that debian finally implemented the usrmerge, even tho it was in a less than ideal manner...
but for UN*X the only real functional differentiation of /bin directories is /bin, /sbin, /usr/local/bin, /usr/local/sbin and the ones from "/usr/local" are there just to differentiate random shit that the admin installs from source and aren't packages
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: repeated this. -
pantherastare (pantherastare@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 09:44:49 JST pantherastare @EdBoatConnoisseur @nyanide instructions unclear, came up with another
faeroes ~ $ which bash
/usr/pkg/bin/bash -
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 09:50:59 JST tsoifan1997 @nyanide
User's bin is your own personal bin, /bin is actually /$objtype/bin as well -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 09:52:27 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @sysrq the organization inside of it is also pretty neat, you get names that make a lot more sense when they're in a directory categorizing the program : ) -
pantherastare (pantherastare@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 09:54:59 JST pantherastare @nyanide we have namespaces(7) at home -
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 10:08:31 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @pantherastare I'm a bsd guy, I don't get such luxuries over there -
pantherastare (pantherastare@lab.nyanide.com)'s status on Wednesday, 20-Nov-2024 10:13:52 JST pantherastare @nyanide
-