- 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.
推薦閱讀
- Mastering ElasticSearch
- Arch Linux Environment Setup How-to
- Instant Handlebars.js
- Kubernetes從入門到實踐
- Windows Server 2012網絡操作系統項目教程(第4版)
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 云原生落地:產品、架構與商業模式
- Advanced TypeScript Programming Projects
- Linux基礎使用與案例
- 從實踐中學習Windows滲透測試
- Drupal 7 Cookbook
- 大規模分布式系統架構與設計實戰
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- 電腦辦公(Windows 7 + Office 2013)入門與提高