Directory name for non-generic Proprietary stuff
Posted
by
George Bailey
on Server Fault
See other posts from Server Fault
or by George Bailey
Published on 2011-07-28T14:29:25Z
Indexed on
2012/11/16
5:02 UTC
Read the original article
Hit count: 654
directory
|naming-conventions
Is there a common or standard directory name for the company-specific stuff that exists in a server? This would include any crons, scripts, webserver docroots, programs, non-database storage areas, service codebases, etc.
We could of course put crons in /etc/cron.d, put docroots in /home/webservd, scripts in one of the bin directories, but that would be messy. If XYZ Technology Corp wanted to have all the non-generic stuff in one place, would they make a directory /xyz or /home/xyz or is there an alternative directory name that is not company-specific, but intended for company-specific stuff?
What is most common?
© Server Fault or respective owner