Answers for "how to outpur permissions of file in linux"

CSS
4

give permission to file ubuntu

sudo chmod 777 /path
Posted by: Guest on October-20-2021
0

change permissions for specific file types linux

find . -name "*.sh" -exec chmod +x {} ;
Posted by: Guest on July-15-2020

Code answers related to "how to outpur permissions of file in linux"

Browse Popular Code Answers by Language