u
user
g
group
o
others
a
all
+
add
-
remove
=
assign
s
set user ID
r
read
w
write
x
execute
how to make chmod readable to all?
chmod a+r *
how to make chmod readable and writeable for a group?
chmod g+rw *
how to remove read write and execute permissions from a user?
(command) u-rwx *
how to change ownership of directory cups to user ID and group ID sys?
chown. lp.sys cups