TD认证考试

最常用的UNIX shell有哪三种?

题目

最常用的UNIX shell有哪三种?

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

最常用的UNIX shell()

A.命令模式

B.底行命令模式

C.光标模式

D.输入模式


答案:ABC

第2题:

关于UNIX的描述中,正确的是( )。

A.UNIX于1969年在伯克利大学实验室问世

B.LJNIX由汇编语言编写

C.UNIX提供功能强大的Shell编程语言

D.UNIX的文件系统是网状结构,有良好的安全性


正确答案:C
解析:1969年,美国AT&T贝尔实验室内诞生了UNIX第一个版本V1。UNIX系统的大部分是用C语言编写的,使得系统易读、易修改、易移植。UNIX的文件系统不是网状,而是树形文件系统。此外,UNIX提供了强大的可编程Shell语言,即外壳语言.作为用户界面。

第3题:

UNIX标准是( )。

A.Bourne shell

B.SVID、POSIX

C.TC shell、C shell

D.Korn shell


参考答案:B

第4题:

最常用的UNIX shell有()

A.Bourne shell(sh)

B.C shell(csh)

C.Korn shell(ksh)


参考答案:A, B, C

第5题:

By default, which character indicates the UNIX shell prompt?()

A. #

B. >

C. $

D. %


参考答案:D

第6题:

The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel of UNIX is the(71)of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to(72). The shell acts as an(73)between the user and the kernel. When a user logs in, the(74)program checks the username and password, and then starts another program called the shell. The shell is a command line(75)(CLI). It interprets the commands the user types in and arranges for them to be carded out. The commands are themselves programs: when they terminate, the shell gives the user another prompt(% on our systems).

A.hub

B.center

C.core

D.nucleus


正确答案:A
解析:hub:中心

第7题:

下列关于UNIX操作系统的说法,错误的是( )。

A.UNIX采用进程对换的内存管理机制

B.UNIX是由Shell语言编写的

C.UNIX是多用户系统

D.UNIX采用树形文件系统


正确答案:B
解析:UNIX的几个特点分别是:①UNIX是多用户、多任务的系统;②UNIX大部分是用C语言编写的;③提供了Shell编程语言;④提供了丰富的系统调用;⑤采用树形文件系统;⑥提供多种通信机制;⑦采用进程对换的内存管理。

第8题:

UNIX系统常用Shell有:()

A.autoexec.bat

B.csh

C.bsh

D.ksh


参考答案:B, C, D

第9题:

Solaris系统中共有Bourne shell、Korn shell、C shell三种shell种类。( )


参考答案:正确

第10题:

Shell是Unix内核与用户之间的接口,是()。


正确答案:命令行解释器