Answers for "how to add read write permissions in linux"

8

debian give write permission

sudo chmod -R 757 /var/www
Posted by: Guest on May-30-2020
0

how to revoke permissions from group and others

chmod go-rwx file
Posted by: Guest on May-12-2020

Code answers related to "how to add read write permissions in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language