/* Change the permissions of all the sub files and folder
Remove the read/write/excute rights of group and others of all the files and subfolders of the specified folder
Using chmod command to excute
*/
# chmod -R go-r,go-w,go-x ./folder/
# chmod -R g-rwx,o-rwx ./folder2/
沒有留言:
張貼留言