📜  如何更改文件夹 linux 的权限 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:08.911000             🧑  作者: Mango
代码示例2
chmod 777 foldername
#will give read, write, and execute permissions for everyone.