Answers for "linux add read permission to all users"

0

grant all the permission to the user ubuntu

The simplest way is to use chown:

sudo chown -R testuser:testuser /var/www/test/public_html
Posted by: Guest on March-30-2021
1

how to give permission to a user in linux on a folder

sudo chmod u+w myfolder
Posted by: Guest on October-28-2020

Code answers related to "linux add read permission to all users"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language