Linux CLI - Users and Groups
Identify the error in this command:
sudo -u root ls /rootsudo -u root ls /rootsudo -u usage-u root runs command as root user explicitly.
ls /root lists root's home directory. This is valid with sudo.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions