Which command would give you the output shown in the Exhibit?

View the Exhibit.

Which command would give you the output shown in the Exhibit?

View the Exhibit.

Which command would give you the output shown in the Exhibit?

A.
grep root /etc/passwd

B.
grep -ni root /etc/passwd

C.
awk ‘/bash$/’ /etc/passwd | grep root

D.
awk -F: ‘/bash$/ {print $0}’ /etc/passwd | grep root

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *