you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 1 year ago (4 children)

Regular people would consider me Extremely Computer, but compared to many of the people here I feel Barely Computer for not knowing the difference between /bin and /sbin.

  • source
  • hideshow 4 child comments
  • [–] 13 points 1 year ago (1 child)

    You fool! /bin and /sbin have already been replaced by /usr/bin and /usr/sbin! What an buffonish mistake!

    Truly the solution is NixOS, we must all embrace the loving embrace of /nix/store.

  • source
  • parent
  • hideshow 1 child comment
  • The distinction is kind of pedantic. It's "superuser binaries" (sbin) and "binaries" (bin). Since both are usually on your executable path (see $PATH) anyway, the distinction is kinda/sorta moot these days. If you need root (or run sudo) to make a binary do anything useful, it's probably sitting in /sbin. I know not of what brought about that original distinction, or what actual utility it serves/served.

  • source
  • parent