Stat (Unix)
外观
此条目的语调或风格或许不适合百科全书。 (2020年1月20日) |
stat
命令,用于展示文件或文件系统的状态。[1]
使用方法
[编辑]概要
[编辑]stat [OPTION]... FILE...
描述
[编辑]$ stat /bin/sh
File: ‘/bin/sh’ -> ‘bash’
Size: 4 Blocks: 0 IO Block: 4096 symbolic link
Device: 801h/2049d Inode: 100737165 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
Context: system_u:object_r:bin_t:s0
Access: 2020-01-20 10:15:57.415000000 +0900
Modify: 2019-12-02 19:16:31.683312481 +0900
Change: 2019-12-02 19:16:31.683312481 +0900
Birth: -
字段描述如下:[2]
输出信息 | 标签 |
---|---|
文件名。作为对象的软链接而展示。 | File:
|
文件大小 | Size:
|
被分配的块(allocated blocks)的数量 | Blocks:
|
文件系统进行 I/O 操作的最合适块大小 | IO Block:
|
文件类型 | -
|
设备号码
non-device 文件的情况下,不会打印。 |
Device:
|
索引节点(Inode)号码 | Inode:
|
硬链接的数量 | Links:
|
设计文件类型 | Device type:
|
权限 | Access:
|
拥有者的用户(user)信息 | Uid:
|
拥有者的组(group)息 | Gid:
|
最近访问该文件的日期和时间 | Access:
|
最近修改该文件的日期和时间。(文件的内容) | Modify:
|
最近访问该文件信息的日期和时间。(文件的元数据) | Change:
|
待补充 | Birth:
|
参考文档
[编辑]- ^ stat(1): file/file system status - Linux man page. linux.die.net. [2020-01-20]. (原始内容存档于2019-12-31).
- ^ stat command (outputs the statuses of files and directories to the standard output) : Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide. itdoc.hitachi.co.jp. [2020-01-20]. (原始内容存档于2020-01-31).