Linux Lab#LI01-3: Adjust user permissions
Lab
linux
lab
bash
user
lab
📘 Linux Lab#LI01-3: Adjust user permissions
- Log in using the user account you created during installation. Use the
sudocommand to gain root privileges when you need to perform systemwide administrative tasks. This is an important best practice in Linux administration. - Adjust the privileges assigned to your user account by using the
sudocommand. You need to edit the/etc/sudoersfile by using thevisudocommand.