Unix filesystem: Difference between revisions

Content deleted Content added
No edit summary
There were two entries for /bin with different text. In context, it was clear that the second was supposed to be /sbin
Line 8:
:* '''/bin''' -- Stands for "[[computer program|binaries]]"; Contains some fundamental utilities needed by system administrators and regular users alike. As a failsafe, these were placed in a separate directory so that they could be placed on a separate [[disk]] or [[disk partition]] in case the main drive failed. Numerous commonly used utilities, such as "ls", which lists files, usually reside there.
 
:* '''/binsbin''' -- Stands for "[[computer program|system (or "superuser") binaries]]"; Contains fundamental utilities and system executables that need to be accessible in order to start the system or recover it in case of hard drive failure. Important programs, such as "init", which starts the system and maintains terminals and background processes, are stored here.
 
:* '''/etc''' -- Contains configuration files and some system databases.