- Hands-On System Programming with C++
- Dr. Rian Quinn
- 148字
- 2021-07-02 14:42:35
Filesystems
POSIX not only defines how to read and write a file from a POSIX-compliant operating system, it also defines where files should be located on the filesystem. In Chapter 8, Learning to Program File Input/Output, we will go into great detail about how to read and write to a filesystem using C, C++, and POSIX.
With respect to the layout of the filesystem, POSIX defines where files should be located, including common folders such as the following:
- /bin: for binaries used by all users
- /boot: for files needed to boot the operating system
- /dev: for physical and virtual devices
- /etc: for configuration files needed by the operating system
- /home: for user-specific files
- /lib: for libraries needed by executables
- /mnt and /media: used as temporary mount points
- /sbin: for system-specific binaries
- /tmp: for files that are deleted on reboot
- /usr: for user-specific versions of the preceding folders
推薦閱讀
- 數據挖掘原理與實踐
- Visual Studio 2015 Cookbook(Second Edition)
- Effective Amazon Machine Learning
- Learning JavaScriptMVC
- 大數據:規劃、實施、運維
- R數據科學實戰:工具詳解與案例分析(鮮讀版)
- Spark核心技術與高級應用
- 大話Oracle Grid:云時代的RAC
- 數據挖掘原理與SPSS Clementine應用寶典
- 達夢數據庫運維實戰
- 探索新型智庫發展之路:藍迪國際智庫報告·2015(下冊)
- 智慧的云計算
- 聯動Oracle:設計思想、架構實現與AWR報告
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解
- 大數據數學基礎(R語言描述)