小编Rav*_*vta的帖子

为什么 chmod +w 不给 other(o) 写权限

当我运行chmod +w filename它不给写权限other,它只是给写权限usergroup

执行此命令后

chmod +w testfile.txt
Run Code Online (Sandbox Code Playgroud)

运行ls -l testfile.txt版画

-rw-rw-r-- 1 ravi ravi 20 Mar 10 18:09 testfile.txt
Run Code Online (Sandbox Code Playgroud)

但在情况下+r+x它可以正常工作。

我不想使用chmod ugo+w filename.

linux command-line permissions chmod

23
推荐指数
2
解决办法
3万
查看次数

标签 统计

chmod ×1

command-line ×1

linux ×1

permissions ×1