Display Octal Permissions of a File or Folder in Linux with the 'stat' command

In this example, let's inspect the permissions of the authorized_keys file with the ls command:

``` ls -lah ~/.ssh/authorized_keys -rw

Tags

 stat  linux  linux utilities  permissions