Linux CLI - Users and Groups
Which of the following is the correct syntax to display the user ID only using the
id command?id command?id options-u shows user ID, -g shows group ID, -n shows names instead of numbers for all, -a is not a valid option.id -u correctly outputs the user ID number.id -u = user ID only [OK]id -u to get user ID number [OK]id -g for user IDid -n without argumentid -a exists15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions