在文件passwd中查找包含字符串“root”的行 [root@RHEL7-1 ~]#
举一反三
- 在passwd文件中搜索只包含“root”4个字符的行,如果找到,显示该行及该行前后各2行的内容[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用户信息,命令正确的是() A. grep “root” /etc/passwd B. grep “^root” /etc/passwd C. grep “ D. grep “[^root]” /etc/passwd
- 将用户hobby加入root用户组中,[root@RHEL7-1 ~]#
- 【单选题】使用 grep 命令将 /etc/passwd 中包含 root 单词的行显示出来 A. grep * /etc/passwd root B. grep /etc/passwd root C. find root /etc/passwd D. grep root /etc/passwd