Answers for "Assuming you are the system administrator or the owner of a file or directory, you can grant permission to change permissions under Linux. List out the steps and explain the command used to execute this changes."

CSS
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 "Assuming you are the system administrator or the owner of a file or directory, you can grant permission to change permissions under Linux. List out the steps and explain the command used to execute this changes."

Browse Popular Code Answers by Language