最常用的UNIX shell有()
第1题:
A.autoexec.bat
B.csh
C.bsh
D.ksh
第2题:
最常用的UNIX shell()
A.命令模式
B.底行命令模式
C.光标模式
D.输入模式
第3题:
A.Bourne shell
B.SVID、POSIX
C.TC shell、C shell
D.Korn shell
第4题:
在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:$$
第5题:
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
第6题:
(28)以下关于UNIX操作系统的描述中,正确的是( )。
A) UNIX是一个单用户、多任务的操作系统,用户可运行多个进程
B) UNIX的树状结构文件系统有良好的可维护性
C) UNIX提供的Shell编程语言功能不够强大
D) UNIX由汇编语言编写,易读、易修改、易移植、运行速度快
第7题:
下列关于UNIX操作系统的基本特性,说法错误的是( )。
A.UNIX是一个支持多任务、多用户的操作系统
B.UNIX提供了功能强大的Shell编程语言
C.UNIX的网状文件系统有良好的安全性和可维护性
D.UNIX提供了多种通信机制
第8题:
关于 Unix 操作系统的特性,以下哪种说法是错误的?
A.Unix 是一个支持多任务、多用户的操作系统
B.Unix 本身由 Pascal 语言编写、导读、易移植
C.Unix 提供了功能强大的 Shell 编程语言
D.Unix 的树结构文件系统有良好的安全性和可维护性
第9题:
以下哪些属于UNIX中的shell信号?
A、挂起信号
B、中断信号
C、退出信号
D、终止信号
第10题:
关于UNIX的描述中,正确的是( )。
A.UNIX于1969年在伯克利大学实验室问世
B.LJNIX由汇编语言编写
C.UNIX提供功能强大的Shell编程语言
D.UNIX的文件系统是网状结构,有良好的安全性