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?"

link|improve this question

75% accept rate
feedback

2 Answers

up vote 4 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.