2008年10月6日 星期一

file manipulation experience

/* 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/

沒有留言: