单选题如何将/etc/passwd这个文件的属主改变成root()。Achgrp root/etc/passwdBchown root/etc/passwdCchown test/etc/passwdDchgrp test/etc/passwd

单选题
如何将/etc/passwd这个文件的属主改变成root()。
A

chgrp root/etc/passwd

B

chown root/etc/passwd

C

chown test/etc/passwd

D

chgrp test/etc/passwd


参考解析

解析: 暂无解析

相关考题:

/etc/passwd文件此文件仅对root可写() A、错误B、正确

/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

UNIX操作系统的帐号管理和权限分配主要是通过哪三个文件管理来实现()。A、/etc/passwd,/etc/profile和/etc/groupB、/etc/group,/etc/profile和/etc/shadowC、/etc/group,/etc/shadow和/etc/passwd

以下哪个vi命令可以在当前位置插入/etc/passwd文本文件()。A、:r/etc/passwdB、:i/etc/passwdC、:w/etc/passwdD、:s/etc/passwd

用root身份建立的文件,其属主为root用户。

文件的属主默认为建立该文件的用户,则属主的权利()。A、文件的属主关系永远不可改变B、属主对此文件有绝对的执行权C、root用户有权改变文件的属主D、属主对该文件的运行权需要root用户分配后有效

哪个文件中含有用户信息数据库()A、/etc/user.datB、/etc/passwd.datC、/etc/usersD、/etc/passwd

如果忘记root口令可以采取下面哪种方法得到密码()。A、boot提示符下,采用单用户方式进入系统,并删除/etc/passwd文件B、boot提示符下,采用单用户方式进入系统,并使用passwd命令更改root用户密码C、进入rescue模式,删除/etc/shadow文件D、进入rescue模式,修改root用户权限,并改变passwd文件

如果系统管理员忘记了root密码,可以使用什么方法来重新获得root密码()。A、使用sniffer工具进行暴力破解B、编辑/etc/passwd文件C、使用livecd重置root密码D、使用root组的其他用户重设root密码

下列哪些命令可以更改用户HQ的密码()。A、用root登录,运行passwdHQB、用HQ登录,运行命令passwdC、用root登录,运行passwdD、进入文件/etc/passwd,直接手动修改密码

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?()A、Delete root's password from the /etc/security/passwd fileB、Use the diag recovery tool option to reset root's passwordC、Execute the ‘passwd’ command and assign a new passwd to root UIDD、Mount the / and /usr filesystems on alternative mount points to edit the password file

保障UNIX/Linux系统帐号安全最为关键的措施是()A、文件/etc/passwd和/etc/group必须有写保护B、删除〈etc/passwd、/etc/gmpC、设置足够强度的帐号密码D、使用shadow密码

下列那个命令行可列出/etc/passwd文件中含有root这个文本的行()A、grep root /etc/groupB、echo root ∣grep /etc/groupC、echo /etc/group ∣grep rootD、A和C

UNIX系统的用户信息和口令放在两个文件里面/etc/passwd和()。A、/etc/shadowB、/etc/shadC、/etc/passD、/etc/windows

如何将/etc/passwd这个文件的属主改变成root()。A、chgrp root/etc/passwdB、chown root/etc/passwdC、chown test/etc/passwdD、chgrp test/etc/passwd

/etc/passwd中的‘root’记录,变成‘Root’名称,通常意谓着?()A、权限变大B、系统升级所致C、可能被入侵了D、没关系啦

在Solaris8下,对于/etc/shadow文件中的一行内容如下:root:3vd4NTwk5UnLC://0:1:Super-User:/:”,以下说法正确的是:()。A、是/etc/passwd文件格式B、是/etc/shadow文件格式C、既不是/etc/passwd也不是/etc/shadow文件格式D、这个root用户没有SHELL,不可登录E、这个用户不可登录,并不是因为没有SHELL

UNIX/Linux系统中的/etc/passwd文件含有全部系统需要知道的关于每个用户的信息(加密后的密码也可能存地/etc/passwd文件中)。()

单选题以下哪个vi命令可以在当前位置插入/etc/passwd文本文件()。A:r/etc/passwdB:i/etc/passwdC:w/etc/passwdD:s/etc/passwd

单选题如果系统管理员忘记了root密码,可以使用什么方法来重新获得root密码()。A使用sniffer工具进行暴力破解B编辑/etc/passwd文件C使用livecd重置root密码D使用root组的其他用户重设root密码

单选题在Solaris8下,对于/etc/shadow文件中的一行内容如下:root:3vd4NTwk5UnLC://0:1:Super-User:/:”,以下说法正确的是:()。A是/etc/passwd文件格式B是/etc/shadow文件格式C既不是/etc/passwd也不是/etc/shadow文件格式D这个root用户没有SHELL,不可登录E这个用户不可登录,并不是因为没有SHELL

单选题如果忘记root口令可以采取下面哪种方法得到密码()。Aboot提示符下,采用单用户方式进入系统,并删除/etc/passwd文件Bboot提示符下,采用单用户方式进入系统,并使用passwd命令更改root用户密码C进入rescue模式,删除/etc/shadow文件D进入rescue模式,修改root用户权限,并改变passwd文件

多选题下列哪些命令可以更改用户HQ的密码()。A用root登录,运行passwdHQB用HQ登录,运行命令passwdC用root登录,运行passwdD进入文件/etc/passwd,直接手动修改密码

单选题下列那个命令行可列出/etc/passwd文件中含有root这个文本的行()Agrep root /etc/groupBecho root ∣grep /etc/groupCecho /etc/group ∣grep rootDA和C

单选题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?()ADelete root’s password from the /etc/security/passwd file.BUse the diag recovery tool option to reset root’s password.CExecute the ’passwd’ command and assign a new passwd to root UIdDMount the / and /usr filesystems on alternative mount points to edit the password file.

单选题哪个文件中含有用户信息数据库()A/etc/user.datB/etc/passwd.datC/etc/usersD/etc/passwd

单选题UNIX操作系统的帐号管理和权限分配主要是通过哪三个文件管理来实现()。A/etc/passwd,/etc/profile和/etc/groupB/etc/group,/etc/profile和/etc/shadowC/etc/group,/etc/shadow和/etc/passwd