标签: macos ubuntu permissions readonly
如何使文件仅对Ubuntu根目录具有可读性?
答案 0 :(得分:0)
启动外壳程序(命令提示符)
chmod 400 theNameOfTheFile chown root:root theNameOfTheFile
请注意,只有超级用户(即root)才能访问该文件。
命令的意思是: