A.Bourne shell(sh)
B.C shell(csh)
C.Korn shell(ksh)
第1题:
最常用的UNIX shell()
A.命令模式
B.底行命令模式
C.光标模式
D.输入模式
第2题:
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
第3题:
在UNIX系统中,Shell程序(21)实现显示用户主目录以及当前命令的进程标识符。
A.echo UserHome directory:$LOGNAME echo Current shell's PID:$$
B.echo UserHome directory:$HOME echo Current shell'PID:$@
C.echO UserHOme directOIy:$LOGNAME echo Current shell'sPID:$@
D.echo UserHome directory:$HOME echo Current shell'sPID:$$
第4题:
在UNIX的Shell程序中,可以使用位置变量。若要指明Shell引用的最近后台进程的号码,可以使用位置变量(51)。
A.$ $
B.$ !
C.$#
D.$ -
第5题:
A. #
B. >
C. $
D. %
第6题:
()是UNIX的一个功能强大的命令解释器,是UNIX系统对外的接口界面。
第7题:
By default, which character indicates the UNIX shell prompt?()
第8题:
所有的UNIX的SHELL都使用两种类型的变量:()和环境变量。
第9题:
关于Unix系统不正确的叙述是:()。
第10题:
UNIX系统的用户通过Shell与核心交互这个Shell有很多种,包含了()
第11题:
#
>
$
%
第12题:
第13题:
下列关于UNIX操作系统的基本特性,说法错误的是( )。
A.UNIX是一个支持多任务、多用户的操作系统
B.UNIX提供了功能强大的Shell编程语言
C.UNIX的网状文件系统有良好的安全性和可维护性
D.UNIX提供了多种通信机制
第14题:
以下哪些属于UNIX中的shell信号?
A、挂起信号
B、中断信号
C、退出信号
D、终止信号
第15题:
关于UNIX的描述中,正确的是( )。
A.UNIX于1969年在伯克利大学实验室问世
B.LJNIX由汇编语言编写
C.UNIX提供功能强大的Shell编程语言
D.UNIX的文件系统是网状结构,有良好的安全性
第16题:
下列关于UNIX操作系统的说法,错误的是( )。
A.UNIX采用进程对换的内存管理机制
B.UNIX是由Shell语言编写的
C.UNIX是多用户系统
D.UNIX采用树形文件系统
第17题:
Shell是Unix内核与用户之间的接口,是()。
第18题:
最常用的UNIX shell有哪三种?
第19题:
Unix系统中password文件中没有()字段。
第20题:
unix系统的外壳程序一般有哪几种:()
第21题:
最常用的UNIX shell有()
第22题:
Bourne shell(sh)
C shell(csh)
Korn shell(ksh)
第23题:
cp
mv
dir
ls