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
上一篇 下一篇

猜你喜欢

热点阅读