参考答案和解析
正确答案: A
解析: 暂无解析
更多“/etc/passwd中password字段里包含了‘x’.这代表了()意思。”相关问题
  • 第1题:

    linux系统中,显示文件/etc/passwd文件的5-8行,下面的命令正确的是()。

    • A、head -8 /etc/passwd
    • B、tail -8 /etc/passwd
    • C、more -8 /etc/passwd
    • D、less -8 /etc/passwd

    正确答案:A

  • 第2题:

    UNIX中用户密码信息存放在/etc/passwd中。


    正确答案:错误

  • 第3题:

    UNIX操作系统的帐号管理和权限分配主要是通过哪三个文件管理来实现()。

    • A、/etc/passwd,/etc/profile和/etc/group
    • B、/etc/group,/etc/profile和/etc/shadow
    • C、/etc/group,/etc/shadow和/etc/passwd

    正确答案:C

  • 第4题:

    哪个文件中含有用户信息数据库()

    • A、/etc/user.dat
    • B、/etc/passwd.dat
    • C、/etc/users
    • D、/etc/passwd

    正确答案:D

  • 第5题:

    创建一个用户帐号需要在/etC/pAsswD中定义哪些信息。()

    • A、login nAme
    • B、pAssworD Age
    • C、DefAult group
    • D、useriD

    正确答案:A,C,D

  • 第6题:

    /etc/passwd这个档案中的每一列都是一笔记录,该笔记录共有多少个字段?()

    • A、4
    • B、5
    • C、6
    • D、7

    正确答案:D

  • 第7题:

    Linux系统中,()文件记录的用户id和组id。

    • A、/var/passwd
    • B、/var/shadow
    • C、/etc/shadow
    • D、/etc/passwd

    正确答案:D

  • 第8题:

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

    • A、chgrp root/etc/passwd
    • B、chown root/etc/passwd
    • C、chown test/etc/passwd
    • D、chgrp test/etc/passwd

    正确答案:B

  • 第9题:

    Unix系统中存放每个用户信息的文件是()。

    • A、/sys/passwd
    • B、/sys/password
    • C、/etc/password
    • D、/etc/passwd

    正确答案:D

  • 第10题:

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

    B


    正确答案:
    解析: 暂无解析

  • 第11题:

    单选题
    哪个文件中含有用户信息数据库()
    A

    /etc/user.dat

    B

    /etc/passwd.dat

    C

    /etc/users

    D

    /etc/passwd


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    UNIX操作系统的帐号管理和权限分配主要是通过哪三个文件管理来实现()。
    A

    /etc/passwd,/etc/profile和/etc/group

    B

    /etc/group,/etc/profile和/etc/shadow

    C

    /etc/group,/etc/shadow和/etc/passwd


    正确答案: C
    解析: 暂无解析

  • 第13题:

    下面()文件中包含用户id(uid),工作目录,和登录后的shell信息。

    • A、/etc/security/passwd
    • B、/etc/security/user
    • C、/etc/security/environ
    • D、/etc/passwd

    正确答案:D

  • 第14题:

    linux中关于登陆程序的配置文件默认的为()。

    • A、/etc/pam.d/system-auth
    • B、/etc/login.defs
    • C、/etc/shadow
    • D、/etc/passwd

    正确答案:B

  • 第15题:

    以下哪个vi命令可以在当前位置插入/etc/passwd文本文件()。

    • A、:r/etc/passwd
    • B、:i/etc/passwd
    • C、:w/etc/passwd
    • D、:s/etc/passwd

    正确答案:A

  • 第16题:

    在/etc/passwd中某一行信息为“linux01:x:505:505:/home/linux12: /bin/bash”,由此可知哪些信息?


    正确答案: 根据/etc/passwd文件中各字段的含义,可知此行表示一位用户,名为linux01,UID为505,GID也是505,其用户的工作主目录为/home/linux12,用户登录成功后使用的shell是Bash。

  • 第17题:

    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 file
    • B、Use the diag recovery tool option to reset root's password
    • C、Execute the ‘passwd’ command and assign a new passwd to root UID
    • D、Mount the / and /usr filesystems on alternative mount points to edit the password file

    正确答案:D

  • 第18题:

    /etc/passwd中password字段里包含了‘x’.这代表了()意思。

    • A、加密后的口令
    • B、系统使用的是shadowpassworD.
    • C、口令是空的
    • D、口令过期了

    正确答案:B

  • 第19题:

    在UNIX中,保存用户信息的文件是()

    • A、/etc/password
    • B、/dev/password
    • C、/etc/passwd
    • D、/dev/passwd

    正确答案:C

  • 第20题:

    What command will print a list of usernames (first column) and their corresponding user id (uid, third column) from /etc/passwd?()

    • A、 cut -d: -f 1,3 /etc/passwd
    • B、 chop -c 1,3 /etc/passwd
    • C、 tac 1-3/etc/passwd
    • D、 fmt -u /etc/passwd

    正确答案:A

  • 第21题:

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


    正确答案:错误

  • 第22题:

    单选题
    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 file.

    B

    Use the diag recovery tool option to reset root’s password.

    C

    Execute the ’passwd’ command and assign a new passwd to root UId

    D

    Mount the / and /usr filesystems on alternative mount points to edit the password file.


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    /etc/passwd这个档案中的每一列都是一笔记录,该笔记录共有多少个字段?()
    A

    4

    B

    5

    C

    6

    D

    7


    正确答案: D
    解析: 暂无解析