It displays file or file system status such as:
File size
File type
Inode number
UID/GID
File access , modify and creation time etc.
For checking the status of a file, use
- Code: Select all
stat /your/filename
For checking the status of a entire filesystem, use
- Code: Select all
stat -f /home
Its a very handy tool for checking the information about last access dates etc. of a filesystem or a file.
Below is the screenshoot from my machine.
