Display numerical file permissions (stat)
stat -c %a .bashrc
Displays the permissions of a file (in this case, .bashrc) in numeric format.
stat -c %a .bashrc
Displays the permissions of a file (in this case, .bashrc) in numeric format.