Simbolik
u = user
g = group
o = other
chmod u+rwx,g+rw,o+x namafile/directory
Numerik
r = 4 > readable
w = 2 > writeable
x = 1 > executable
chmod 761 namafile/directory
chown user:group file/directory
Users and Permissions
Simbolik
u = user
g = group
o = other
chmod u+rwx,g+rw,o+x namafile/directory
Numerik
r = 4 > readable
w = 2 > writeable
x = 1 > executable
chmod 761 namafile/directory
chown user:group file/directory