Answers for "write a shell script change the permissions of the file to r--r--r--"

CSS
0

change permissions for specific file types linux

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

Browse Popular Code Answers by Language