. Execute a command to change the permission to 7 for accessing the contents of file34 by user TOM. code example
Example: change permissions for specific file types linux
find . -name "*.sh" -exec chmod +x {} \;
find . -name "*.sh" -exec chmod +x {} \;