# Open terminal
adduser bird
passwd bird
visudo
# Find the following code
root ALL=(ALL) ALL
# Below that line, add:
bird ALL=(ALL) ALL
# Save and exit
# Open terminal
adduser bird
passwd bird
visudo
# Find the following code
root ALL=(ALL) ALL
# Below that line, add:
bird ALL=(ALL) ALL
# Save and exit
本文标题:add user and grant root privileg
本文链接:https://www.haomeiwen.com/subject/sxgitctx.html
网友评论