Add a user, use adduser command
sudo adduser test
Give user test root permission
sudo vi /etc/sudoers
Add a line:
test ALL=(ALL:ALL) ALL
Add a user, use adduser command
sudo adduser test
Give user test root permission
sudo vi /etc/sudoers
Add a line:
test ALL=(ALL:ALL) ALL