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