Linux 命令详解之 stat 命令

版权声明:如若转载,请联系作者。 https://blog.csdn.net/liu16659/article/details/85005830

Linux 命令详解之 stat 命令【updating…】

1. 简介

NAME
       stat - display file or file system status

2. 参数

3. 实战

stat test.sh 
  File: ‘test.sh’
  Size: 98        	Blocks: 8          IO Block: 4096   regular file
Device: fd00h/64768d	Inode: 51695072    Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Context: unconfined_u:object_r:admin_home_t:s0
Access: 2018-12-13 20:30:15.910692123 +0800
Modify: 2018-10-26 18:39:56.110965020 +0800
Change: 2018-10-26 18:39:56.112965050 +0800
 Birth: -

猜你喜欢

转载自blog.csdn.net/liu16659/article/details/85005830