首页
Java
登录
6mi
u
盘
搜
搜 索
Java
Add a user to Sudoers
Add a user to Sudoers
xiaoxiao
2021-02-28
20
File location:
/etc/sudoers
Special command to edit the file:
visudo
Find this:
## Allow root to run any commands anywhere root ALL=(ALL) ALL
Add this:
[username] ALL=(ALL) ALL
Done.
Switch user:
sudo [username]
转载请注明原文地址: https://www.6miu.com/read-1600381.html
技术
最新回复
(
0
)