For the following exercises, open up your Terminal and try to solve the following tasks:
- Switch to the root user.
- Change the password for the root user.
- Switch to user elliot and land in /home/elliot.
- Now switch to user root but preserve the current working directory /home- /elliot.
True or false
- The root user is the most powerful user in Linux.
- Using the su command without specifying a username will switch you to the root user.
- We use the passroot command to change the password for the root user.