🏴文件管理和IO重定向
文件管理命令
access time 访问时间,atime,读取文件内容
modify time 修性时间,mtime,改变文件内容
change time 改变时间,ctime,元数据发生改变[root@controller ~]# stat /etc/passwd
文件:"/etc/passwd"
大小:1366 块:8 IO 块:4096 普通文件
设备:fd00h/64768d Inode:33577573 硬链接:1
权限:(0644/-rw-r--r--) Uid:( 0/ root) Gid:( 0/ root)
环境:system_u:object_r:passwd_file_t:s0
最近访问:2021-07-10 02:24:21.759473069 -0400
最近更改:2021-06-14 07:47:23.549736484 -0400
最近改动:2021-06-14 07:47:23.551743477 -0400
创建时间:-IO重定向
管道符
Last updated