我应该将 tar 和 mv 文件 chown 到同一服务器上的不同域控制器吗?

发布于 2024-10-13 08:18:56 字数 1459 浏览 3 评论 0原文

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

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

发布评论

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

评论(1

真心难拥有 2024-10-20 08:18:56

首先,您需要了解导致问题的文件的所有者、组和权限。
为此,只需在目录上执行 ls -l 并检查即可。
如果您希望能够编辑和保存来自 FTP 的文件,您需要知道 FTP 用户拥有哪个组并更改文件的组,或者更改所有者和组或更改权限。

您需要阅读有关 linux 的用户、组和权限的信息,我建议您在 google 上搜索并阅读一些内容,您将能够自己完成。

顺便说一句,发布的命令很好,但不确定它们是否做了正确的更改。

Well, first you need to know owner, group and perms of the files that are causing problems.
To do that, simply do an ls -l on the dir and check that.
If you want to be able to edit and save the files from FTP, you need to know which group the FTP user have and change the group of the files, or change the owner and group or change the permissions.

You need to read about users, groups and permissions on linux, I recommend you to google about it and read a bit and you will be able to do it yourself.

BTW, the commands posted are fine, but not sure if they do the correct changes.

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