Unix和Linux有很多种不同的外壳,称为Shell,如csh,ksh,bsh, bash等。

题目

Unix和Linux有很多种不同的外壳,称为Shell,如csh,ksh,bsh, bash等。


相似考题
更多“Unix和Linux有很多种不同的外壳,称为Shell,如csh,ksh,bsh, bash等。”相关问题
  • 第1题:

    shell不仅是 用户命令的解释器 ,它同时也是一种功能强大的编程语言。 bash是Linux的缺省shell。


    正确答案:
                     

  • 第2题:

    最常用的UNIX shell有()

    A.Bourne shell(sh)

    B.C shell(csh)

    C.Korn shell(ksh)


    参考答案:A, B, C

  • 第3题:

    Linux系统默认使用的Shell是()。

    • A、sh
    • B、bash
    • C、csh
    • D、ksh

    正确答案:B

  • 第4题:

    csh和ksh在设置环境变量上有什么不同?


    正确答案: csh:setenv NAME value1     
    ksh:NAME=value1;export NAME 

  • 第5题:

    以下哪种不是LINUX的SHELL类型()

    • A、bash
    • B、ksh
    • C、rsh
    • D、csh

    正确答案:C

  • 第6题:

    最常用的UNIXshell有()

    • A、Bourneshell(sh)
    • B、Cshell(csh)
    • C、Kornshell(ksh)

    正确答案:A,B,C

  • 第7题:

    UNIX系统的用户通过Shell与核心交互这个Shell有很多种,包含了()

    • A、B Shell
    • B、K Shell
    • C、C Shell
    • D、tcsh

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

  • 第8题:

    A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the following actions should be performed?()

    • A、Run the command chlogin -shell "csh"
    • B、Run the command mkuser -default "SHELL=csh"
    • C、Edit /etc/passwd and change all "ksh" entries to "csh"
    • D、Modify the contents of /usr/lib/security/mkuser.default file

    正确答案:D

  • 第9题:

    下面哪种shell是目前大多数linux发行版缺省的shell()。

    • A、ash
    • B、csh
    • C、ksh
    • D、bash

    正确答案:D

  • 第10题:

    操作系统在概念上一般分为两部份:内核(Kernel)以及壳(Shell),有些操作系统的内核与壳完全分开(如MicrosoftWindiws、UNIX、Linux等);另一些的内核与壳关系紧密(如UNIX、Linus等),内核及壳只是操作层次上不同面已。()


    正确答案:错误

  • 第11题:

    判断题
    操作系统在概念上一般分为两部份:内核(Kernel)以及壳(Shell),有些操作系统的内核与壳完全分开(如MicrosoftWindiws、UNIX、Linux等);另一些的内核与壳关系紧密(如UNIX、Linus等),内核及壳只是操作层次上不同面已。()
    A

    B


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

  • 第12题:

    单选题
    A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the following actions should be performed?()
    A

    Run the command chlogin -shell csh

    B

    Run the command mkuser -default SHELL=csh

    C

    Edit /etc/passwd and change all ksh entries to csh

    D

    Modify the contents of /usr/lib/security/mkuser.default file


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

  • 第13题:

    Which command will change the user webserver’s shell toksh93?()

    A.chshell -ksh93 webserver

    B.chsh webserver /usr/bin/ksh93

    C.chuser -a shell=/usr/bin/ksh93 webserver

    D.setuid -a SHELL=/usr/bin/ksh93 -u webserver


    参考答案:B

  • 第14题:

    操作系统在概念上一般分为两部分:内核(Kernel)以及壳(Shell),有些操作系统的内核与壳完全分开(如MicrosoftWindows、UNIX、Linux等);另一些的内核与壳关系紧密(如UNIX、Linux等),内核及壳只是操作层次上不同而已。


    正确答案:错误

  • 第15题:

    BASH是Bourne-AgainShell的缩写,是早期Unix系统BourneShell的扩展,是大多数Linux系统默认的Shell。


    正确答案:正确

  • 第16题:

    操作系统在概念上一般分为两部分:内核(Kernel)以及壳(SheIl),有些操作系统的内核与壳完全分开(如MicrosoftWindows、UNIX、Linux等);另一些的内核与壳关系紧密(如UNIX、Linux等内核及壳只是操作层次上不同而已。


    正确答案:错误

  • 第17题:

    unix系统的外壳程序一般有哪几种:()

    • A、A shell
    • B、B shell
    • C、C shell
    • D、D shell
    • E、K shell

    正确答案:B,C,E

  • 第18题:

    最常用的UNIX shell有()

    • A、Bourne shell(sh)
    • B、C shell(csh)
    • C、Korn shell(ksh)

    正确答案:A,B,C

  • 第19题:

    Which command will change the user webserver’s shell toksh93?()

    • A、chshell -ksh93 webserver
    • B、chsh webserver /usr/bin/ksh93
    • C、chuser -a shell=/usr/bin/ksh93 webserver
    • D、setuid -a SHELL=/usr/bin/ksh93 -u webserver

    正确答案:B

  • 第20题:

    Redhat Linux默认的SHELL程序是()。

    • A、bash
    • B、tcsh
    • C、ksh
    • D、bsh

    正确答案:A

  • 第21题:

    下面有关AIXshell的描述,不正确的是()。

    • A、Bourneshell:是最早的UNIXshell,称为标准shell,标识符为:/bin/sh,提示符为:$
    • B、Kornshell:是Bourneshell的超集,功能最全,标识符为:/bin/ksh,提示符为:$
    • C、shell:BSDshell,与C语言相似,标识符为:/bin/csh,提示符为:%
    • D、以上全不对

    正确答案:D

  • 第22题:

    单选题
    Which command will change the user webserver’s shell to ksh93?()
    A

    chshell -ksh93 webserver

    B

    chsh webserver /usr/bin/ksh93

    C

    chuser -a shell=/usr/bin/ksh93 webserver

    D

    setuid -a SHELL=/usr/bin/ksh93 -u webserver


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

  • 第23题:

    多选题
    最常用的UNIX shell有()
    A

    Bourne shell(sh)

    B

    C shell(csh)

    C

    Korn shell(ksh)


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

  • 第24题:

    判断题
    操作系统在概念上一般分为两部分:内核(Kernel)以及壳(Shell),有些操作系统的内核与壳完全分开(如MicrosoftWindows、UNIX、Linux等);另一些的内核与壳关系紧密(如UNIX、Linux等),内核及壳只是操作层次上不同而已。
    A

    B


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