8

eg bin, sbin, proc, lib, boot, usr, etc...

Is there a standard list somewhere, does it depend on the distro?

This is essentially to answer the common question I have "I'm installing X or putting Y on the server, what folder should I put it in?"

Eddie
  • 11,332
  • 8
  • 36
  • 48
Glenn Slaven
  • 2,330
  • 2
  • 29
  • 41

2 Answers2

7

If you're installing X or Y, and it's not a standard OS package, then stuff should end up in /usr/local/bin, /usr/local/lib/, etc.

The Filesystem Hierarchy Standard and Linux Standard Base is probably a good place to start if you want to reference the closest thing there is to a standard list.

saschabeaumont
  • 2,794
  • 22
  • 14
4

Each distro may have their own quirks, but the overall file system structure should be more or less the same:

lc.
  • 461
  • 3
  • 7