The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 11-08-2008
lifegeek lifegeek is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 29

Code:
$ sudo debugfs /dev/sda1
[sudo] password for testman:
debugfs 1.41.3 (12-Oct-2008)
debugfs:  cd /home/testman
debugfs:  stat filename
debugfs:  quit

or

Code:
$ stat filename

you could see ctime atime mtime at the same time

Last edited by lifegeek; 11-10-2008 at 02:47 PM..