command: stat
purpose: display file or file system status such as file system type, size
             inode number, UID, GID, file access, modify and creation time

syntax: stat [OPTION]... FILE...

            -L  follow links
            -f   display file system status
            -c  format
            -t   print the information in terse form

example:

1. $ stat  /etc/passwd

2. $ stat /home/

3. To display file system status

    $ stat -f /

for more options: $ man stat

regards,
dhanasekar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to