单项选择题

查看/etc/passwd文件中包含“root”和“ROOT”的行()。

A.sed"root"/etc/passwd
B.grep-ni"ROOT"/etc/passwd
C.grep-v"root"/etc/passwd
D.awk"root"/etc/passwd