- Advanced Infrastructure Penetration Testing
- Chiheb Chebbi
- 173字
- 2021-06-24 19:12:59
Linux directory structure
There is a standard structure for Linux directories. According to Linux, generally, everything is a file, even directories and devices. In order to work properly, Linux manages these files in a specific way under a hierarchical design:
- /root: All the files and directories start from this directory
- /home: Contains personal files of all users
- /bin: Contains all the binaries (executables)
- /sbin: Like /bin, but it contains the system binaries
- /lib: Contains required library files
- /usr: Contains binaries used by a normal user
- /opt: Contains optional add-on applications
- /etc: Contains all the required configuration files for the programs
- /dev: Contains device files
- /media: Contains files of temporary removable devices
- /mnt: Contains mount point for filesystems
- /boot: Contains boot loader files
- /tmp: Contains temporary files
- /var: Contains variable files, such as logs
- /proc: Contains information about the system processes:
There are many types of file in Linux operation systems. Each file is represented by a specific symbol—directories, regular files, and sockets, which are communication techniques between applications.
推薦閱讀
- 構建高可用Linux服務器(第4版)
- Getting Started with oVirt 3.3
- Mobile-first Bootstrap
- Windows Phone 7.5 Data Cookbook
- Mastering Reactive JavaScript
- OpenSolaris設備驅動原理與開發
- Hands-On UX Design for Developers
- Cassandra 3.x High Availability(Second Edition)
- Multi-Cloud for Architects
- Agile IT Security Implementation Methodology
- VMware vSphere 5.1 Cookbook
- Linux內核分析及應用
- Azure Resource Manager Templates Quick Start Guide
- Angular權威教程
- 操作系統之哲學原理第2版