**:
here is an example of a fhs-compliant system.(other fhs-compliant layouts are possible.)
shareable
unshareable
static
/usr
/etc
/opt
/boot
variable
/var/mail
/var/run
/var/spool/news
/var/lock
the following directories, or symbolic links to directories, arerequired in /.
directory
description
binessential command binaries
boot
static files of the boot loader
devdevice files
etchost-specific system configuration
libessential shared libraries and kernel modules
media
mount point for removeable media
mntmount point for mounting a filesystem temporarily
optsbin
essential system binaries
srvdata for services provided by this system
tmptemporary files
usrsecondary hierarchy
varvariable data
/etc/sysctl.conf
/etc/hosts
/etc/networks
/etc/sysconfig/network
/proc/sys/net/ipv4/ip_local_port_range
/proc/sys/net/ipv4/icmp_echo_ignore_all
/proc/sys/net/ipv4/ip_forward
Linux根檔案系統層級標準FHS
一 程式編譯方式 linux中的標準c庫為glibc,應用程式或多或少都會用到這個庫 二 終端 三 作業系統的組成部分 四 fhs filesystem hierarchy standard etc 系統程式的靜態配置檔案 home 普通使用者家目錄的集中位置,optional root 管理員的家...
檔案系統層級結構
目錄及檔案 說明 dev 系統必備的 device 檔案,如 dev null dev sr0,dev zero bin 所有使用者在單使用者模式中必須具備的二進位制命令檔案,如vi,mv lib64 bin 和 sbin 中必須的依賴庫 media 一些可以熱拔插的介質 如cd roms 的掛載點...
fhs檔案系統層級結構
檔案系統 作業系統用於明確儲存裝置或分割槽上的檔案的方法和資料結構 層次化管理檔案的結構就是檔案系統 linux層次化檔案結構,倒樹狀結構檔案結構 fhs filesystem hierarchy standard定義了兩層規範,第一層是,下面的各個目錄應該要放什麼檔案資料,第二層則是針對 usr及...