下载此文档

Linux文件管理.ppt


文档分类:IT计算机 | 页数:约30页 举报非法文档有奖
1/30
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/30 下载此文档
文档列表 文档介绍
1Linux File System ?文件系统?VFS VFS 的作用基于 VFS 的文件访问 VFS 重要数据结构?文件系统的注册与安装?ext2 、ext3 文件系统?文件操作?proc 文件系统?CRAMFS 文件系统 2 各种各样的文件系统 Windows FAT16,FAT32, NTFS 传统 UNIX: UFS (Unix File System) BSD 文件系统 FFS(Fast File System) Proc File System :只存在于内存中 Linux File System ext2 ( is first introduced in kernel ) reiserfs ( is first introduced in kernel ) ext3 ( is first introduced in kernel ,default in RedHat now) xfs (from SGI ) Jfs (from IBM ) 嵌入式小型文件系统 CRAMFS JFFS2 3 linux 文件系统目录布局 ply with FSSTND(File System STaNDard): / - first of mount point in linux /etc - keep linux default configuration /boot - keep important linux booting files(can be a separate file system) /bin - mand binaries for both root and ord. users /sbin - Essential system binaries for administrator /dev - keep all device files /usr - keep all user binary and X library /home - keep user home directory /proc - is pseudo file system for tracking running process and state of linux system /var - keeping mail, log file and printer spooling /lib - contain shared library that is required by system program /tmp - contain system temporary file /opt - Add-on application software packages 4UNIX 文件系统文件类型?Directory --> catalogue of file name ?Normal file --> format of data –source file –text file ?Symbolic link --> a pointer to another file ?Special file --> use for device controller in kernel ?Named pipe --> communication channel which can be used by serveral processes(may be irrelevant) in order to exchange data 5硬链接( Hard Link ) [******@localhost link]# ls -l total 1 -rw-r--r-- 1 root root 667 Oct 15 13:39 a [******@localhost link]# ln a b [******@localhost link]# ls -l total 2 -rw-r--r-- 2 root root 667 Oct 15 13:39 a -rw-r--r-- 2 root root 667 Oct 15 13:39 b [******@localhost link]# rm a rm: remove `a'? y [******@localhost link]# ls -l total 1 -rw-r--r-- 1 root root 667 Oct 15 13:39 b

Linux文件管理 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数30
  • 收藏数0 收藏
  • 顶次数0
  • 上传人mh900965
  • 文件大小565 KB
  • 时间2017-02-20