Directory Structure in AIX
AIX uses the same file and directory structures as other UNIX operating systems. The structures are called file trees. In a file tree, directories are root nodes, which orderly organize data and programs in groups. Files are leaf nodes owned by directories.
Table 2-1 describes the commonly used directories in AIX.
Directory |
Description |
---|---|
/ |
Starts a UNIX file system file tree. This directory contains a key directory and its files (for example, /sbin, /dev, and /etc) as well as files used in system startup. |
/etc |
Stores configuration files of the system and applications. |
/dev |
Stores device files. |
/home |
Root directory that stores all accounts except account root. |
/u |
Link directory that navigates to /home. |
/tmp |
Stores temporary files created by users or the system. |
/usr |
Stores AIX operation commands, databases, and other applications. |
/var |
Stores system operation logs. |
/opt |
Used for installing common application systems. |
/admin |
Used for AIX system management. |
/sbin |
Stores commands and scripts that are important for file system /usr and system startup. |
/lost+found |
Stores files found by the fsck command. |