j4neiros
My digital hodgepodge
Monday, August 30, 2010
The Three UNIX File Times
access time - cat myfile # read
ls -Elu
modification time - echo "Hello, World!" > myfile # writing
ls -El
change time - chmod a+w myfile # inode's update
ls -Elc
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment