中国大学MOOC: 对/etc/passwd 文件进行编号显示,命令为( ):
举一反三
- ( )命令可以实现查看/etc/passwd文件的前10行的命令。 A: less -10 /etc/passwd B: more -n 10 /etc/passwd C: tail -10 /etc/passwd D: head -10 /etc/passwd
- 如果想要使用命令监控到使用useradd命令创建用户时,/etc/passwd文件中的变化应该使用以下哪条命令() A: tail -f /etc/passwd B: cat /etc/passwd C: more /etc/passwd D: tail -F /etc/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
- Linux系统中,“/etc/passwd”文件保存用户账户的相关信息,管理员小刘想查看该文件的内容,他可以使用( )命令实现。 A: ls /etc/passwd B: ls -l /etc/passwd C: cat /etc/passwd D: wc /etc/passwd
- 显示/etc/passwd文件中的带有root字样的行,并存储到一个名为root.txt的文件中,下面那些命令是正确的? A: cat /etc/passwd|grep root>root.txt B: grep root /etc/passwd>root.txt C: cat /etc/passwd|grep "root">root.txt D: grep root /etc/passwd 1>root.txt