📌  相关文章
📜  设置可执行权限 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:44.706000             🧑  作者: Mango

代码示例2
chmod +rwx filename #to add permissions.
chmod -rwx directoryname #to remove permissions.
chmod +x filename #to allow executable permissions.
chmod -wx filename #to take out write and executable permissions.