computology.org

The Linux File System Structure

All users have a home directory and every named home directory is contained in a directory called "home" that is at the root level of the filing system. There are other directories at this level and they serve certain purposes as described below.

This command will list the directories and files at the root of the file system tree;

ls / bin boot dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var

https://help.ubuntu.com/community/LinuxFilesystemTreeOverview Here, only the most important directories in the system will be presented.