relative mode in linuxset the read, write, permission to user, write permission to group and other on abc file in tmp directory code example
Example: change permissions for specific file types linux
find . -name "*.sh" -exec chmod +x {} \;
find . -name "*.sh" -exec chmod +x {} \;