FTP 用户权限

发布于 2024-11-04 05:01:16 字数 106 浏览 1 评论 0原文

我有一台 CentOS 服务器,我想知道是否可以向 ftp 用户授予“超越”Apache 用户的权限?因为如果我用 Apache 创建一个文件夹(具有 755 权限),我无法将其从 ftp 中删除。

I have a CentOS server and I want to know if it is possible to give to the ftp user permissions "over" the Apache user? Because if I create a folder with Apache (with 755 rights), I can't remove it from ftp.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过气美图社 2024-11-11 05:01:16

只需将 FTP 用户添加到与您的 Apache 用户相同的组中即可。
例如,如果您的 Apache 用户位于 apache 组(CentOS 中的默认值)中,请运行:
sudo useradd -G apache ftp_用户名

Just add FTP user to the same group as your Apache user.
For example, if your Apache user in the apache group (default in CentOS) run:
sudo useradd -G apache ftp_username

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文