Linux更改文件权限
Linux232
description
在linux中修改test.txt的权限为 所有用户组 可读,可写,可执行
command
chmod 777 test.txt
parameter
chmod : 修改文件权限,属性
chmod 777 test.txt
chmod : 修改文件权限,属性
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.