Oracle
1Z0-409 · Question #35
1Z0-409 Question #35: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-409 to reveal the answer and full explanation for question #35. The question stem and answer options stay visible for context.
Question
As a Linux system administrator you want to check and print the names of the users having UID > 500, and are not using the bash or csh shell. Which two commands would help you to do so? (Choose two.)
Options
- Aawk -F: '/([^(bash|csh)])$/ {if ($3 >500) print $1}' /etc/passwd
- Bawk -F: '/([(bash)]|[(csh)])$/ {if ($3 >500) print $1}' /etc/passwd
- Cawk -F: '/([^(bash)]|[^(csh)])$/ {if ($3 >500) print $1}' /etc/passwd
- Dawk -F: '/([^(nologin)]|[^(ksh)])$/ {if ($3 >500)print$2}' /etc/passwd
Unlock 1Z0-409 to see the answer
You've previewed enough free 1Z0-409 questions. Unlock 1Z0-409 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.