如何在 Linux 中删除文件属性?

如何在 Linux 中删除文件属性?

从命令行,我怎样才能从文件中删除所有 RW 属性?

谢谢

答案1

干得好:

chmod a-rw <filename>

相关内容