Answers for "how to change the directory permissions in linux from root to some other"

22

linux give permission to folder

sudo chmod -R a+rwx /path/to/folder
Posted by: Guest on June-08-2020
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
2

changing folder permission in linux

chown {user:group} {directory} -R
Posted by: Guest on March-28-2020

Code answers related to "how to change the directory permissions in linux from root to some other"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language