找出/etc/passwd文件里带“root”的行,使用哪一条命令?()
A.find root /etc/passwd
B.grep "root" /etc/passwd
C.locate root /etc/passwd
D.locate /etc/passwd root
第1题:
linux系统中,显示文件/etc/passwd文件的5-8行,下面的命令正确的是()。
第2题:
以下哪个vi命令可以在当前位置插入/etc/passwd文本文件()。
第3题:
如果忘记root口令可以采取下面哪种方法得到密码()。
第4题:
下列哪些命令可以更改用户HQ的密码()。
第5题:
保障UNIX/Linux系统帐号安全最为关键的措施是()
第6题:
如何将/etc/passwd这个文件的属主改变成root()。
第7题:
命令man 5 passwd含义是?()
第8题:
:r/etc/passwd
:i/etc/passwd
:w/etc/passwd
:s/etc/passwd
第9题:
是/etc/passwd文件格式
是/etc/shadow文件格式
既不是/etc/passwd也不是/etc/shadow文件格式
这个root用户没有SHELL,不可登录
这个用户不可登录,并不是因为没有SHELL
第10题:
用root登录,运行passwdHQ
用HQ登录,运行命令passwd
用root登录,运行passwd
进入文件/etc/passwd,直接手动修改密码
第11题:
grep root /etc/group
echo root ∣grep /etc/group
echo /etc/group ∣grep root
A和C
第12题:
/etc/user.dat
/etc/passwd.dat
/etc/users
/etc/passwd
第13题:
通过修改/etc/passwd文件,在该文件行首填字#号,可达到锁定用户目的
第14题:
哪个文件中含有用户信息数据库()
第15题:
如果系统管理员忘记了root密码,可以使用什么方法来重新获得root密码()。
第16题:
A system is being booted into maintenance mode due to root password recovery.After accessing the root volume group and starting a shell without mounting the file systems, what is the next step?()
第17题:
下列那个命令行可列出/etc/passwd文件中含有root这个文本的行()
第18题:
在Solaris8下,对于/etc/shadow文件中的一行内容如下:root:3vd4NTwk5UnLC://0:1:Super-User:/:”,以下说法正确的是:()。
第19题:
保障UNIX/Linux系统帐号安全最为关键的措施是()。
第20题:
使用sniffer工具进行暴力破解
编辑/etc/passwd文件
使用livecd重置root密码
使用root组的其他用户重设root密码
第21题:
boot提示符下,采用单用户方式进入系统,并删除/etc/passwd文件
boot提示符下,采用单用户方式进入系统,并使用passwd命令更改root用户密码
进入rescue模式,删除/etc/shadow文件
进入rescue模式,修改root用户权限,并改变passwd文件
第22题:
文件/etc/passwd和/etc/group必须有写保护
删除/etc/passwd、/etc/group
设置足够强度的帐号密码
使用shadow密码
第23题:
Delete root’s password from the /etc/security/passwd file.
Use the diag recovery tool option to reset root’s password.
Execute the ’passwd’ command and assign a new passwd to root UId
Mount the / and /usr filesystems on alternative mount points to edit the password file.
第24题:
显示passwd命令的使用方法
显示passwd文件的结构
显示passwd命令的说明的前五行
显示关于passwd的前五处说明文档。