A file system provides attributes for files and directories on an operating system to help you determine which users on your computer can read, modify, or execute the contents of its files and ...
One way to get a little more clarity on this is to look at the permissions with the stat command. The fourth line of stat’s output displays the file permissions both in octal and string format: $ stat ...