Typical directories in Linux
Typical directories in Linux include the following:
/ - beginning of the file and folder structure.
/root - home directory of root user.
/etc - this folder contains configuration files of the application. Configuration files maybe split into subdirectories.
/hone - the location of user folders.
/mnt - location of filesystem files.
/media - location of media files such as DVD ROM drive.
/bin - location of application files.
/lib - location of library files, these files are similar to DLL files in Windows OS.
Comments
Post a Comment