Please explain the usage of /etc directory and UNIX? Can we have comman setting defined for all users in this directory?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 30 '09 at 23:38
|
|
|||
|
|
|
Here's the "official" answer: http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION It's similar to the HKEY_LOCAL_MACHINE hive of the Windows registry: It contains system-wide settings for software (as opposed to per-user settings). |
|||
|
|
|
Generally only root/wheel write access into /etc/ Common settings application wide, possible, but I still prefer applications to store their configurations in their own filesystem structure. We needn't muddy the filesystem by going about shoving non-system application configs in there, let us not repeat the registry ills. |
|||
|
|
|
|
|||
|
|