stat命令 – 显示文件状态信息

stat命令 – 显示文件状态信息,第1张

stat命令显示文件状态信息

stat命令用来显示文件或文件系统的详细信息

语法格式:stat [参数]

常用参数

-L支持符号链接-f显示文件系统的信息-t以简洁的方式输出--help显示命令帮助信息--version显示命令版本信息

参考实例

查看文件 anaconda-ks.cfg 的三种时间状态:Access,Modify,Change:

[root@linuxcool ~]# stat anaconda-ks.cfg 

查看文件系统信息:

[root@linuxcool ~]# stat -f anaconda-ks.cfg 

以简洁的方式输出信息:

[root@linuxcool ~]# stat -t anaconda-ks.cfg 
 anaconda-ks.cfg 1229 8 8180 0 0 fd00 68898764 1 0 0 1540481629 1540510390 1540510390 0 4096 system_u:object_r:admin_home_t:s0

命令版本信息:

[root@linuxcool ~]# stat --version

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/3001948.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-09-27
下一篇 2022-09-27

发表评论

登录后才能评论

评论列表(0条)

保存