These are the main Linux Commands which are used:
- “/” – this is the root directory and it is the top of the file system and all other directories are mounted under in it.
- “/root” – this is the default home directory of administration i.e.; root
- “/home” – it contain all users home directories
- “/boot” - this directory contain the kernel i.e.; core of the operating system.
- “/sbin” - it contain administration commands used by super user
- “/bin” – this directory contain command used by super user and normal user
- “/usr” - it contain programs and application which are available for users
- “/var” - it contain variable information such as logs and print queues
- “/dev” - this directory contain device node through which the operating system can access hardware and software device on system
- “/etc”- it contain all configuration files
- “/proc” – this directory is a mount point for virtual information about currently running system process
- “/tmp” – this directory contain temporary files used by the system
- “/opt” –it contain the third party of removable media such as cd-rom, floppy disk and pen drive
- “/lib” – it contain libraries files and no. of different application.
No comments:
Post a Comment