give read/write permission to a files in linux to a user code example Example: change permissions for specific file types linux find . -name "*.sh" -exec chmod +x {} \;