add user and grant root privileg
2019-05-31 本文已影响0人
bfx1000
# 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