rsnt_translations
56,430
edits
No edit summary |
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>‑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. | which will print out the permissions for the owner, the group, and everyone else. For example, a file with permissions <pre><tt>-rw-r--r--</tt><pre/><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--> |