在passwd文件中搜索只包含“root”4个字符的行,如果找到,显示该行及该行前后各2行的内容[root@RHEL7-1 ~]#
举一反三
- 在文件passwd中查找包含字符串“root”的行 [root@RHEL7-1 ~]#
- 将passwd文件中包含的root字符在终端窗口红显示输出的命令是( )。 A: find passwd -name root B: grep root passwd C: grep passwd root D: findroot -name passwd
- 显示/etc/passwd文件中的带有root字样的行,并存储到一个名为root.txt的文件中,下面那些命令是正确的? A: cat /etc/passwd|grep root>root.txt B: grep root /etc/passwd>root.txt C: grep root /etc/passwd 1>root.txt D: cat /etc/passwd|grep "root">root.txt
- 把文件/etc/passwd所有含root的行显示出来 A: find root /etc/passwd B: grep root /etc/passwd C: cat /etc/passwd | grep root
- 在文件passwd中查找包含字符串’liao’的行,如果找到,显示行号