which command is used to assign read-write permission to the owner is linux code example
Example: change permissions for specific file types linux
find . -name "*.sh" -exec chmod +x {} \;
find . -name "*.sh" -exec chmod +x {} \;