Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Apache 服务器上创建一个只能由 root 读取的文件夹。有谁知道怎么做,或者这个命令的数值以便在我的 FTP 中设置它?
确保该目录由 root 拥有,并且它只有所有者的读取权限。确保禁用执行访问。
该命令将是这样的(以 root 身份运行):
chmod 400 folder
如果目录由 root 拥有,则权限为 400
sudo chmod 400 directory