Wednesday, March 14, 2012

Linux File System

1. /-> It is the parent of file system.

2. /bin-> Contains user command information in binary.

3. /sbin-> Contains administrator command information in binary.

4. /boot-> System booting information.*

5. /dev-> Special device files.

6. /etc-> Contains administrative configure files(like program files in windows).

7. /home-> Contains directory assigned to each user with a login accounts.*

8. /mnt-> Default mount point.

9. /proc-> Provides a mechanism for the karnel to send information to processor.

10. /root-> Represent the root user home directory(root means admin).

11. /temp-> Contains tempory files.

12. /usr-> Contains user docouments such as games, graphical files.

13. /var-> Help files. Read More

No comments:

Post a Comment