【发布时间】:2022-11-28 04:39:44
【问题描述】:
chmod file.txt // apt 编辑 source cobaChmod.txt
edit the file according to what I want without using a text editor
【问题讨论】:
-
您想使用 chmod 更改文件的内容吗?这不是 chmod 所做的。它改变了所有权。请提供更多信息。
标签: terminal
chmod file.txt // apt 编辑 source cobaChmod.txt
edit the file according to what I want without using a text editor
【问题讨论】:
标签: terminal
如果你想更改文件权限,你可以使用 following table chmod 命令作为参考。
如果您需要修改文件的内容,则需要使用编辑器。
【讨论】: