- 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.
推薦閱讀
- SOA實踐者說
- 嵌入式Linux系統開發:基于Yocto Project
- SharePoint 2013 WCM Advanced Cookbook
- macOS效率手冊
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Delphi Programming Projects
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- NetDevOps入門與實踐
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- 分布式高可用架構之道
- OpenStack Essentials(Second Edition)
- Mastering Sass
- Responsive Web Design with AngularJS
- Getting Started with Raspberry Pi Zero