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.
我应该在以下情况下使用什么命令。
用户 1 在主机 1 上的共享文件夹 nfs 挂载中拥有一个文件夹。如果我需要将文件夹的所有者更改为主机 2 中有权访问共享文件夹的用户 2。我该怎么做?
谢谢您的帮助!
使用“chown”命令。
例子:
chown user2 folder # Change the owner of folder to user2