更多“单选题Unix中,哪个目录下运行系统工具,例如sh,cp等?()A /bin/B /lib/C /etc/D /”相关问题
  • 第1题:

    BCT工具引用的配置模板和EXCEL配置表应存放在哪个文件夹目录下?

    A、output

    B、config

    C、input

    D、lib


    参考答案:C

  • 第2题:

    init启动进程需要读取( )配置文件。

    A、/etc/inittab

    B、sbin/init

    C、/etc/sysvinit

    D、/bin/sh


    正确答案:A

  • 第3题:

    在华为公司WAPGW系统中,bin目录下存放了各模块的可执行程序以及运行脚本;其中,ipc_stop.sh脚本用于()。


    正确答案:清除进程间通信的共享内存或消息队列

  • 第4题:

    How can the command-line Coherence application in Windows and UNIX be started ?()

    • A、 navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or ./bin/coherence.sh (UNIX)
    • B、 navigate to the $COHERENCE_HOME directory and type coherence.cmd (Windows) or bin/coherence.sh (UNIX)
    • C、 navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or coherence.sh (UNIX) 
    • D、  All of the above

    正确答案:A

  • 第5题:

    在UNIX操作系统中与通信无关的文件是()。

    • A、/etc/ethers
    • B、/etc/hosts
    • C、/etc/services
    • D、/etc/shadow

    正确答案:D

  • 第6题:

    unix系统的根文件系统目录主要包括()

    • A、“/”根目录,这是所有目录和文件的起点
    • B、“/bin”,大部分可执行的UNIX命令和共用程序
    • C、“/dev”设备文件,把设备以文件的形式存储的文件,如/dev/cd0
    • D、“/etc”,系统管理命令和数据文件
    • E、“/lib”,C程序库
    • F、“/usr”存放用户的家目录和用户共用程序或文件
    • G、“/tmp”,临时工作目录,存放一些临时文件

    正确答案:A,B,C,D,E,F,G

  • 第7题:

    Unix系统中的账号文件是()。

    • A、/etc/passwd
    • B、/etc/shadow
    • C、/etc/group
    • D、/etc/gshadow

    正确答案:A

  • 第8题:

    单选题
    How can the command-line Coherence application in Windows and UNIX be started ?()
    A

     navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or ./bin/coherence.sh (UNIX)

    B

     navigate to the $COHERENCE_HOME directory and type coherence.cmd (Windows) or bin/coherence.sh (UNIX)

    C

     navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or coherence.sh (UNIX) 

    D

      All of the above


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

  • 第9题:

    单选题
    在Linux系统中的脚本文件一般以什么开头?()
    A

    $/bin/sh

    B

    #!/bin/sh

    C

    use/bin/sh

    D

    set shell=/bin/sh


    正确答案: D
    解析: linux中的shell以#开头来指定解释程序,例如#!/bin/bash,指定bash来解释脚本。

  • 第10题:

    单选题
    init启动进程需要读取()配置文件。
    A

    /etc/inittab

    B

    /sbin/init

    C

    /etc/sysvinit

    D

    /bin/sh


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

  • 第11题:

    单选题
    若/etc/inetd.conf存在有一陌生的指令/bin/sh,意谓?()
    A

    当初系统安装好之后就有的

    B

    没关系

    C

    可能被入侵了

    D

    当机过


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

  • 第12题:

    单选题
    检查UNIX系统日志需要查看哪个目录下的哪个文件?()
    A

    /var/adm/syslog目录下syslog.log

    B

    /usr/adm/syslog目录下config.log

    C

    /usr/adm/syslog目录下syslog.log

    D

    /temp/usr/syslog目录下process.log


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

  • 第13题:

    Howcanthesystemadministratordetermineifasystemisrunningin32-bitor64-bitmode?()

    A.Use’prtconf-c’toseeifthesystemis64-bitenabled

    B.Checkthe/etc/inittabtoseeif/etc/method/cfg64isenabled

    C.Usethels-altoseeif/unixislinkedto/usr/lib/boot/unix_64

    D.Usethelslppcommandtoseeifthebos.mp64filesetisinstalled


    参考答案:C

  • 第14题:

    检查UNIX系统日志需要查看哪个目录下的哪个文件?()

    • A、/var/adm/syslog目录下syslog.log
    • B、/usr/adm/syslog目录下config.log
    • C、/usr/adm/syslog目录下syslog.log
    • D、/temp/usr/syslog目录下process.log

    正确答案:A

  • 第15题:

    UNIX目录结构中,下面说法正确的有()。

    • A、/opt目录包含第三方应用软件
    • B、/dev目录包含物理设备的逻辑名称
    • C、/etc包含系统管理文件
    • D、/usr/bin目录包含执行命令和共用程序,/usr/lib目录包含系统常用库

    正确答案:A,B,C,D

  • 第16题:

    在Linux系统中的脚本文件一般以什么开头?()

    • A、$/bin/sh
    • B、#!/bin/sh
    • C、use/bin/sh
    • D、set shell=/bin/sh

    正确答案:B

  • 第17题:

    若/etc/inetd.conf存在有一陌生的指令/bin/sh,意谓?()

    • A、当初系统安装好之后就有的
    • B、没关系
    • C、可能被入侵了
    • D、当机过

    正确答案:C

  • 第18题:

    Unix中,哪个目录下运行系统工具,例如sh,cp等?()

    • A、/bin/
    • B、/lib/
    • C、/etc/
    • D、/

    正确答案:A

  • 第19题:

    单选题
    Unix主机相关的配置文件一般放在()目录下。
    A

    /etc

    B

    /bin

    C

    /dev

    D

    /lib


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

  • 第20题:

    单选题
    How can the system administrator determine if a system is running in 32-bit or 64-bit mode?()
    A

    Use ’prtconf -c’ to see if the system is 64-bit enabled

    B

    Check the /etc/inittab to see if /etc/method/cfg64 is enabled

    C

    Use the ls -al to see if /unix is linked to /usr/lib/boot/unix_64

    D

    Use the lslpp command to see if the bos.mp64 fileset is installed


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

  • 第21题:

    多选题
    UNIX目录结构中,下面说法正确的有()。
    A

    /opt目录包含第三方应用软件

    B

    /dev目录包含物理设备的逻辑名称

    C

    /etc包含系统管理文件

    D

    /usr/bin目录包含执行命令和共用程序,/usr/lib目录包含系统常用库


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

  • 第22题:

    单选题
    在UNIX操作系统中与通信无关的文件是()。
    A

    /etc/ethers

    B

    /etc/hosts

    C

    /etc/services

    D

    /etc/shadow


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

  • 第23题:

    单选题
    Unix系统中的账号文件是()。
    A

    /etc/passwd

    B

    /etc/shadow

    C

    /etc/group

    D

    /etc/gshadow


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