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.
scp我使用我的帐户传输文件,root因为它不允许我使用我的其他管理员帐户warren。我也尝试使用我的warren帐户远程编辑文件,但不能,它仅适用于root. 这是为什么?我怎样才能改变它?
scp
root
warren
在 root 中使用 chown 将文件的所有者更改为 warren。
chown warren /path/tofiles