I want to know the octal expression of the linux file permission command:
-rwxr-xr-t
I want to know the octal expression of the linux file permission command:
-rwxr-xr-t
The stat command should be able to handle this:
stat -c "%a %n" /path/to/your/file
Your specific file permissions are represented by the octal 1755