:r/etc/passwd
:i/etc/passwd
:w/etc/passwd
:s/etc/passwd
在Linux环境下,使用如下哪个命令可以查看/etc/foo文件是由哪个RPM包安装的?( )A. rpm -qa |grep fooB.rpm -ql /etc/fooC.rpm -qlf /etc/fooD.rpm -q -f /etc/foo
点击查看答案
用户在撰写邮件时()A、可以插入文本文件、图片B、不可以插入文本文件、图片C、可以插入附件D、不可以插入附件
计算当前Linux系统中所有用户的数量,可以使用什么命令()A、wc-l/etc/passwdB、wc-lC、cat/etc/passwd|wc-lD、cat/etc/passwd>wc-l
Whichfilesaremanagedthroughtheuseofthefilecollection"HACMP_Files"?()A.ThePowerHAGlobalODM.B.Systemnetworkingfilesincluding/etc/hosts,/etc/inetd.confand/etc/servicesC.Securityfilesincluding/etc/passwd,/etc/security/passwd,/etc/groupand/etc/security/groupD.UserconfigurablefilesincludingApplicationserverstartandstopscripts,custompreandpostnotificationeventsandapplicationmonitoringscripts
计算当前Linux系统中所有用户的数量,可以使用()命令A.wc-l/etc/passwdB.wc-lC.cat/etc/passwd|wc-lD.cat/etc/passwd>wc-l
/etc/default/passwd和/etc/passwd文件是不一样的()。
linux系统中,显示文件/etc/passwd文件的5-8行,下面的命令正确的是()。A、head -8 /etc/passwdB、tail -8 /etc/passwdC、more -8 /etc/passwdD、less -8 /etc/passwd