chmod
(改变一个或多个文件的存取模式)
chmod [options] mode files
eg:
chmod g-wx,o-wx .python-eggs/
撤销.python-eggs/ 的组和其他用户的 写权限
(改变一个或多个文件的存取模式)
chmod [options] mode files
eg:
chmod g-wx,o-wx .python-eggs/
撤销.python-eggs/ 的组和其他用户的 写权限

被折叠的 条评论
为什么被折叠?