
In this section you are going to know about the basic file system structure of SOLARIS.
File System: An organized collection of files & directories said to be file system.
The unix file system is said to be "UFS", it is very famous for its hierachal structure.
It can be called as 'Inverted tree structure'.
The top most directory is said to be root and is indicated with "/".
bin: It contains all normal user commands
ex: write, mail, cat etc.
sbin: It contains all administrator commands
ex: useradd, userdel etc.
etc: It contains system and user configuration files. It means information about system & user.
ex: /etc/shadow,...