
n.改變模式
How to CHMOD (change permissions) of my files? 如何搭配chmod (更改權限)我的文件嗎?
The chmod() function changes permissions of the specified file. 函數的作用是:改變指定文件的模式。
ROOT# chmod 000 server.key.unencrypted ## better yet delete it! 當你改變注意,你決定從你的密鑰中刪除加密的密碼。
The command to use when modifying permissions is chmod. 修改許可權的命令是 chmod 。
CHMOD 755 the following folders, if they give you errors try 777. 以下文件夾文件模式為755,如果他們給你報錯嘗試777。
For more information on modes, read the details on the chmod() page. 有關mode的更多信息請閱讀chmod()頁面。