- Joined
- May 20, 2016
- Messages
- 61
- Points
- 8
Alternative to root account, I want to have the second 'root" account by creating a new user with ROOT Privileges in Linux? how can I do that?
adduser mynewuser
passwd mynewuser
visudo
root ALL=(ALL) ALL
mynewuser ALL=(ALL) ALL