View Linux Filesystem Hierarchy Directory Tree using tree command
View Linux Filesystem Hierarchy Directory Tree using tree command.
Linux filesystem directory tree start from root directory ( / ). There is other files and directory under the root (/) directory, these organization of files and directory usually base on FHS standard, Linux Fedora and many other Linux Distros follow FHS standard or FHS complience. The FHS make it possible that the Linux filesystem and directory structure on all Linux distros that follow the FHS have same structure. The example below show how we can use the tree command to have good overview on Linux filesystem hierarchy... just follow example below to view Linux filesystem hierarch or some say view Linux directory tree...
Linux filesystem hierarchy.
The command output below show show Linux filesystem hierarchy directory tree and the command example below show that tree command is execute with -L 1 option to show the directory depth and the / sign tell the tree command to list the system hierarchy start from the root directory.

[root@fedora11 ~]# tree -L 1 /
/
|-- bin
|-- boot
|-- dev
|-- etc
|-- home
|-- lib
|-- lost+found
|-- media
|-- mnt
|-- opt
|-- proc
|-- root
|-- sbin
|-- selinux
|-- srv
|-- sys
|-- tmp
|-- usr
`-- var
19 directories, 0 files
[root@fedora11 ~]#
Keywords: linux hierarchy, view linux hierarchy, view linux directory hierarchy, linux filesystem hierarchy, view linux directry tree, view linux filesystem, view linux filesystem hierarchy
- Add new comment
- 704 reads
- Tell your friends

Recent comments
17 weeks 36 min ago
21 weeks 2 days ago
21 weeks 2 days ago
24 weeks 6 days ago
24 weeks 6 days ago
30 weeks 15 hours ago
30 weeks 19 hours ago
30 weeks 1 day ago