ext3

 

 

 


atime, ctime, mtime

 

atime     # access time – Access time(ls -lu)

ctime     # change time – ownership or access permissions (ls -lc)

mtime    # modify time – contents (ls -l)

# 一次過看 atime, ctime, mtime

stat /tmp/file1

 


 

 

 

Creative Commons license icon Creative Commons license icon