linux 基础-1 文件结构

94 阅读1分钟

linux 文件目录如下

--/
	--bin : essential command binaries 用户程序
	--boot : static files of the boot loader 计算机启动相关文件
	--dev : device files 硬件目录
	--etc : host-specific system configuration 配置文件和数据
	--home
		-- alice
		-- bob
		-- eve
	-- lib : essential shared libraties and kernel modules
	-- media : mount point for removeable media
	-- mnt : mount point for mounting a filesystem temporarily
	-- opt : add-on applicaion software package
	--root
	--run
	--sbin : essential system biaries 管理员程序
	-- srv : data for services provided by this system
	--tmp : temporary files
	--usr : secondary hierarchy
		--bin
		-- local
		-- sbin
		-- tmp	
	--var : variable data
		--tmp