shell
batch command
cgi
asp
第1题:
Linux系统的1号进程是()。
A.boot
B.syslod
C.init
D.bash
第2题:
shell不仅是 用户命令的解释器 ,它同时也是一种功能强大的编程语言。 bash是Linux的缺省shell。
第3题:
A. #/bin/csh
B. #/bin/bash
C. /bin/bash
D. #!/bin/bash
第4题:
默认情况下,下列文件中,()不会影响BASH的启动过程。
第5题:
在一个终端中修改了环境变量配置文件.bash_profile后,要在此终端中让修改的文件立即生效,可用哪些方法()。
第6题:
Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into a bash initialization file will have bash recognize vi keystrokes after login?()
第7题:
定义bash环境的用户文件是()。
第8题:
关于BASH,下列说法中正确的是()
第9题:
$HOME/.bashrc
$HOME/.bash_profile
$HOME/.cshrc
$HOME/.bash_logout
第10题:
-c
-i
-s
-d
第11题:
bash&.bashrc
bashrc&.bash_conf
bashrc&bash_profile
.bashrc&.bash_profile
第12题:
第13题:
RHEL默认的shell是()。
A.Cshell
B.Kornshell
C.Tcsh
D.Bash
第14题:
在bash命令中,当用()参数时,表示bash是交互的。
A.-c
B.-i
C.-s
D.-d
第15题:
影响BASHShell启动的脚本包括()
第16题:
在bash命令中,当用()参数时,表示bash是交互的。
第17题:
在BASH中,如果你想设定一些永久的参数如PATH,并不需要每次登陆后重新设置,你可以在下列哪些文件中定义这些参数?()
第18题:
bash可以记录一定数量已经执行过的命令,这些命令都被存放在bash_history文件中,可以通过()命令来查看Shell命令的历史记录。
第19题:
在linux的bash环境下root用户的默认提示符是()。
第20题:
影响BASHShell启动的脚本包括“/etc/profile”、“~/.bash_profile”、“~/.bash_login”、“~/.profile”和“~/.bash_rc”。
第21题:
shell
batch command
cgi
asp
第22题:
苹果操作系统存在Bash漏洞
Redhat操作系统存在Bash漏洞
Windows操作系统存在Bash漏洞
CentOS操作系统存在Bash漏洞
第23题:
cat.bash_profile
..bash_profile
morE.bash_profile
sourcE.bash_profile
第24题:
history-pvi
alias emacs=vi
HISTCMD=vi
set -o vi
unset emacs