
Obtaining Stat
The source code is (at least as of this writing) available at:
ftp://metalab.unc.edu/pub/Linux/utils/file/
Installation
cp stat-X.Y.tar.gz /usr/src
cd /usr/src
tar -zxvf stat-X.Y.tar.gz
cd stat-X.Y
make
make install
Using stat
| stat filename | Display information about the specified file |
| stat -h | Display stat's quick help |
| man stat | Display extended help on stat. |