access, use, ctime or status --time-style=STYLE show times using STYLE, which can be: full-iso, long-iso, iso, or +FORMAT; FORMAT is interpreted lik
一、du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directory arguments). with no arguments,`du` reports the disk space for the current directory。 很明显,与df不同,它用来查看文件或目录所占用的磁盘空间的大小。 二、du常用的选项: -h...
Dereference symbolic links(show the disk space used by the file or directory that the link points to instead of the space used by the link)。 注意:du命令在统计目录占用磁盘空间时,默认不统计链接文件(无论是硬链接或是符号链接),所以要用-l和-L选项特地指出来;此外,du命令默认不显示目录下文件占用...
source_file(文件) dest_directory(目录) 将文件 source_file 移动到目标目录 dest_directory 中 mv source_directory(目录) dest_directory(目录) 目录名 dest_directory 已存在,将 source_directory 移动到目录名 dest_directory 中;目录名 dest_directory 不存在则 source_directory 改名为目录名 dest_directory ...
yes Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information Free blocks count wrong for group #0 (23508, counted=23509). Fix<y>? yes Free ...
[root@luffycity tmp]# tail -F alex.txt # -F 文件不存在报错,等待文件生成tail: cannot open'alex.txt'forreading: No such file or directorytail:'alex.txt'has appeared; following end of new file qwe cut命令 cut - 在文件的每一行中提取片断 ...
du -L:这个选项主要是针对符号链接。它会把符号链接所指向的文件占用磁盘空间的大小也统计进来。帮助文档是这样解释的:Dereference symbolic links(show the disk space used by the file or directory that the link points to instead of the space used by the link)。我们在download目录下创建一个...
('gui_running') set background=light else set background=dark endif " 主题设置为 solarized "colorscheme solarized "文件目录分屏 Plugin 'scrooloose/nerdtree' let NERDTreeHighlightCursorline = 1 " 高亮当前行 let NERDTreeShowLineNumbers = 1 " 显示行号 " 忽略列表中的文件 let NERDTreeIgnore = [ ...
By default, thedu command showsthe disk space used by the directory or file`. To findthe apparent size of a directory, use the--apparent-size option. The “apparent size” of a file ishow much data is actually...
In Chapter 3, we discussed some of the top-level disk devices that the kernel makes available. In this chapter, we’ll discuss in detail how to work with disks on a Linux system. You’ll learn how to partition disks, create and maintain the filesystems that go inside disk partitions, ...