Linux CLI - Users and Groups
What will be the output of
sudo id -u when run by a user with sudo rights?sudo id -u when run by a user with sudo rights?id -u commandid -u shows the user ID number.
Running with sudo runs the command as root, whose user ID is 0.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions