To set different permissions for files and folders, you can use the following method: # find /path/ -type d -exec chmod 700 {} \; # find /path/ -type f -exec chmod 600 {} \; In this case all files inside the /path/ folder will have 700th permissions, files will have 600th…
If you enjoy our post, feel free to subscribes to our rss feeds
