Linux修改文件permission可执行属性

列出文件属性

ls -al

修改文件属性为可读、可写

sudo chmod -c 777 <your file name>
原文地址:https://www.cnblogs.com/lion-zheng/p/7500094.html