Karellism

File Permission Modes

Feb 27th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Files have three kinds of permissions: read (r), write (w), execute (x). These are generally represented as in rwx. These permissions affect three groups of owners: user/owner (u), group (g), and others (o).

As a result, you have the following three groups of three permissions:

rwx: rwx: rwx
 u:   g:   o
Add Comment
Please, Sign In to add comment