STAT command : It is used to show the statistics of a file or filesystem in Linux
Format stat [OPTION] FILE/FILESYSTEM...
DESCRIPTION
It shows the statistics of a file or file system with the informations like block size, inode number, acces/modifcation time, permssions, type of file/filesystem etc.
-f, --file-system
it display file system status instead of file status
-c --format=FORMAT
use th
...
Read more »