Linux CLI - Users and Groups
Identify the error in this command to list all users with UID greater than 1000:
awk -F: '$3 > 1000 {print $1}' /etc/passwdawk -F: '$3 > 1000 {print $1}' /etc/passwd15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions