Chmod: changing user and group ownership?
we use change mode like this ,
chmod 777 file_name , chmod ugo + - filename
and , if i want to remove read permission from user and write permission from group . so for this we use
chmod 357 file_name
so how can i perform the and , if i want to remove read permission from user and write permission from group . so for this we use
chmod 357 file_name task with the help of
chmod ugo +- file_name (type)
|