Notable directories in Linux
There are several directories in Linux that a person who is working with Linux systems need to know. These are the following:
/ - beginning of file system tree
/root - home directory of root user
/etc - this directory contains configuration files
/home - this directory contains folders for each user. Under each folder there files and folders that belong to that user.
/mnt - under this directory you can find other filesystems that were mounted or attached to this system.
/media - a common directory to list directories of flash drives or media such as CDs or DVDs.
/bin - a directory where executable files are located.
/lib - in this directory you can find shared files that are used by multiple programs. These files are similar to Windows DLL files.
Comments
Post a Comment