|
|
Linux Unix Filesystems Directories Structure |
| Home | Workgroup | N+ | CCNA | IPv6 | RHCE | Interview | Tips n Tricks | Hardware | Troubleshooting |
| Basic | Wireless | Security | |||||||
Linux Unix Filesystem Hierarchy and StructureOverview of the FHSEverything in Linux can be reduced to a file. Partitions are associated with files such as /dev/hda1. Hardware components are associated with files such as /dev/modem. Detected devices are documented as files in the /proc directory. The Filesystem Hierarchy Standard (FHS) is the official way to organize files in Unix and Linux directories. Linux/Unix Filesystems and DirectoriesSeveral major directories are associated with all modern Unix/Linux operating systems. These directories organize user files, drivers, kernels, logs, programs, utilities, and more into different categories. The standardization of the FHS makes it easier for users of other Unix-based operating systems to understand the basics of Linux. Every FHS starts with the root directory, also known by its label, the single forward slash (/). All of the other directories shown in Table are subdirectories of the root directory. Unless they are mounted separately, you can also find their files on the same partition as the root directory.
Types of Files Used by LinuxWhen working with Linux, you need to be aware of the fact that there are a number of different file types used by the file system. This is another area where the Linux file system differs significantly from the Windows file system. With a Windows file system you basically have two entry types in the file system:
Granted, you can have normal files, hidden files, shortcut files, word processing
files, executable files, and so on. However, these are all simple variations of the basic
file when working with Windows.
Some of the Configuration Files in /etc Directory that you should remember
|
RHCE Study guide home
Paper Code Cast Durations List of Exam topics Structure Of Filesystem Login in to Linux Terminals vi editor switches basic vi advance descriptions System admin Commands cat cp mv rm mkdir pwd help wc spell aspell tty who head tail man info help cat bzip gzip pwd cd mkdir du df find history which whereis ps top pstree uname shadow,passwd, group files chkconfig ntsysv Tools User Managements useradd userdel groupadd groupdel su sudo user profile files from /etc/skel Manage file permission chown chgrp chmod command description chmod command example sticky bit access control list setfacl getfacl chattr remove root password login problem and solution RedHat Package Manager how to secure terminal fstab file and error Removing grub password Disk managements simple partitions LVM logical volume manger Example disk quota managements Raid partition Swap partition lan card driver, Network configuration files commands ip ifconfig ping netstat arp mii-tool Linux as a router , create virtual LAN card Deny icmp ping request increase virtual terminal, Set default id, Disable alt ctrl delete key Network configurations job scheduling with at commands cron commands Configure telnet server configure ssh server configure ftp server Configure syslog server configure nis server configure nfs server configure dhcp server configure web server configure samba server configure vnc server configure printer server configure dns server configure dns slave server configure squid server configure sendmail server configure yum server network installation via ftp and nfs server via apache server |
|
|
|
|