Back to Forums








View Full Version : Linux File Structure


rik
February 20th, 2006, 17:48 PM
http://www.secguru.com/linux_file_structure

Great if you are Linux noob like me. This could aid as a quick reference of where you will find the files you are looking for.

The Linux system contains thousand of files located within many directories. All directories are organized in a tree-structure like manner. For novice users the linux directory structure may seem unlogical and strange and they may have no idea where all the programs, icons, config files, and others are. However, all files are grouped according to purpose. Parts of a Unix directory tree are listed below. All directories are grouped under the root entry "/".

http://img396.imageshack.us/img396/2045/linuxfilestructure6nw.th.jpg (http://img396.imageshack.us/my.php?image=linuxfilestructure6nw.jpg)

Curio
February 24th, 2006, 19:07 PM
For more (excrutiating) detail look here http://www.pathname.com/fhs/ or if you just want to find stuff most distros include the updatedb command and the locate command. As root (or as a cron job) run updatedb and it will build a database of all the file/foldernames on the system then you can use locate to search the database i.e. #locate fstab

have fun

Big Booger
February 25th, 2006, 13:42 PM
It would be nice to print that out and attach it to your desktop somewhere. :D