Answers for "ubuntu change permissions on root user"

1

how to change permissions for the whole folder in ubuntu

sudo chmod -R 777 DirectoryName
Posted by: Guest on July-23-2021
0

how to change permissions for only the root

sudo chown root:root /path/to/application
sudo chmod 700 /path/to/application
Posted by: Guest on May-20-2021

Code answers related to "ubuntu change permissions on root user"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language