Linux/Directories
< LinuxSeveral directories are always available in Linux because they are used by the system. These are:
Directory | Use |
---|---|
/ | The "Root" directory |
/var | Variables |
/bin | Binaries |
/etc | System |
/sbin | Special binaries |
/usr | Unix system resources |
/mnt (or /media) | Mounted devices |
/dev | Devices |
/boot | Boot loaders, kernel |
/lib | Libraries |
/home | Users' home directory |
Users cannot write in any directory but their own home-directory (user pietje can only write in /home/pietje). Only root can write in other directories and can give permission to others to write elsewhere. All directories are readable to anyone unless root restricts it.
This article is issued from Wikiversity - version of the Tuesday, July 21, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.