Lecture 03 Linux File System Hierarchy Standard
Lecture 03 Linux File System Hierarchy Standard
"/ "
The /Root Directory, every single directory and file starts from the root directory .
Only the root user has the ability to write under the root directory.
The binary executables and the common Linux commands needed to be used in single
user modes are Located in the /bin Directory. /bin also contains the commands that
are used by all users of the system.
When system administrators mount temporary file systems while using them, those
file systems are mounted by default on /mnt directory. However, file systems can be
mounted anywhere on the system.
/root
/root is different from the " / " , the home directory of the user root is /root . The user
root is the administrator that has all authorities.
The writable counterpart to the /usr directory is the / var directory. Everything
including log files that will be written to /usr (during normal operation) will be
automatically written to the /var directory .For example, Log files will be found in
/var/log.