Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
(Marked this version for translation) |
No edit summary |
||
Line 19: | Line 19: | ||
You can see what the current permissions are for a filesystem object with the command | You can see what the current permissions are for a filesystem object with the command | ||
{{Command|ls -l name_of_object}} | {{Command|ls -l name_of_object}} | ||
which will print out the permissions for the owner, the group, and everyone else. For example, a file with permissions <tt> | which will print out the permissions for the owner, the group, and everyone else. For example, a file with permissions <tt>‑rw‑r‑‑r‑‑</tt> means the owner can read it and write it but not execute it, and the group members and everyone else can only read the file. You'll also see printed out the name of the object's owner and the group. | ||
<!--T:4--> | <!--T:4--> |