Answers for "give all permission to all user in linux"

1

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Posted by: Guest on December-17-2021
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

Code answers related to "give all permission to all user in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language