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.
如何在linux中创建root用户的克隆。 方法。 考虑我是root并且我想添加new_user并授予new_user拥有所有 root 访问/权限, 我该怎么做?
实际上,您通常只需添加一个具有任何UID 的新用户,然后/etc/passwd将其 UID 设置为 0 即可。
/etc/passwd
这实际上并没有克隆所有用户信息和文件,它只是为您提供了另一个等效于 root 的用户。根据您的需要,这可能就足够了。
如果您想要一个完全不同于但能够做所有 root-y 事情的真实root用户,您最好的选择是简单地设置一个具有适当sudo权力的用户。
root
sudo