Examples Of Using CHMOD October 3, 2011 No Comments http://hostings.com/manual/sectione/using_chmod.htm PEOPLE PERMISSIONS u = the file’s user (you) r = read access g = the file’s group x = execute access o = others Read More »
Command for file permission in Windows October 15, 2010 No Comments 更改檔案擁有人兼權限 takeown /f [file_name] /d y icacls [file_name] /grant administrator:F 更改目錄擁有人兼權限 takeown /f [directory_name] /r /d y icacls [directory_name] /grant administrator:F /t Read More »