bash是指一种?()A、shellB、batch commandC、cgiD、asp

bash是指一种?()

  • A、shell
  • B、batch command
  • C、cgi
  • D、asp

相关考题:

Linux的缺省shell是bash。() 此题为判断题(对,错)。

关于bash的描述正确的是哪个选项()? A.aspB.cgiC.shellD.batchcommand

定义bash环境的用户文件是()。A.bash&.bashrcB.bashrc&.bash_confC.bashrc&bash_profileD..bashrc&.bash_profile

在Bash中超级用户的提示符是()。A.B.$C.=D.>

Linux系统的1号进程是()。A.bootB.syslodC.initD.bash

RHEL默认的shell是()。A.CshellB.KornshellC.TcshD.Bash

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

在bash命令中,当用()参数时,表示bash是交互的。A.-cB.-iC.-sD.-d

在一个bash shell脚本的第一行上应加入下面所示中的哪一条语句。() A. #/bin/cshB. #/bin/bashC. /bin/bashD. #!/bin/bash

影响BASHShell启动的脚本包括()A、/etc/profileB、~/.bash_profileC、~/.bash_loginD、~/.profileE、~/.bash_rc”

默认情况下,下列文件中,()不会影响BASH的启动过程。A、/etc/profileB、~/.bash_profileC、~/.bash_loginD、~/.bash_logout

在bash命令中,当用()参数时,表示bash是交互的。A、-cB、-iC、-sD、-d

在一个终端中修改了环境变量配置文件.bash_profile后,要在此终端中让修改的文件立即生效,可用哪些方法()。A、cat.bash_profileB、..bash_profileC、morE.bash_profileD、sourcE.bash_profile

在BASH中,如果你想设定一些永久的参数如PATH,并不需要每次登陆后重新设置,你可以在下列哪些文件中定义这些参数?()A、$HOME/.bashrcB、$HOME/.bash_profileC、$HOME/.cshrcD、$HOME/.bash_logout

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?()A、 history-pviB、 alias emacs=viC、 HISTCMD=viD、 set -o viE、 unset emacs

bash可以记录一定数量已经执行过的命令,这些命令都被存放在bash_history文件中,可以通过()命令来查看Shell命令的历史记录。

定义bash环境的用户文件是()。A、bash.bashrcB、bashrc.bash_confC、bashrcbash_profileD、.bashrc.bash_profile

在linux的bash环境下root用户的默认提示符是()。A、$B、#C、@D、?

关于BASH,下列说法中正确的是()A、BASH是为GNU项目编写的一种ShellB、BASH是BourneShell的扩展C、BASH就是BourneShellD、大多数Linux系统默认使用BASHE、通过Cygwin,BASH也能移植到Windows系统中

影响BASHShell启动的脚本包括“/etc/profile”、“~/.bash_profile”、“~/.bash_login”、“~/.profile”和“~/.bash_rc”。

多选题在BASH中,如果你想设定一些永久的参数如PATH,并不需要每次登陆后重新设置,你可以在下列哪些文件中定义这些参数?()A$HOME/.bashrcB$HOME/.bash_profileC$HOME/.cshrcD$HOME/.bash_logout

单选题bash是指一种?()AshellBbatch commandCcgiDasp

单选题在bash命令中,当用()参数时,表示bash是交互的。A-cB-iC-sD-d

单选题以下说法错误的是()。A苹果操作系统存在Bash漏洞BRedhat操作系统存在Bash漏洞CWindows操作系统存在Bash漏洞DCentOS操作系统存在Bash漏洞

单选题定义bash环境的用户文件是()。Abash.bashrcBbashrc.bash_confCbashrcbash_profileD.bashrc.bash_profile

多选题在一个终端中修改了环境变量配置文件.bash_profile后,要在此终端中让修改的文件立即生效,可用哪些方法()。Acat.bash_profileB..bash_profileCmorE.bash_profileDsourcE.bash_profile

填空题bash可以记录一定数量已经执行过的命令,这些命令都被存放在bash_history文件中,可以通过()命令来查看Shell命令的历史记录。

单选题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?()A history-pviB alias emacs=viC HISTCMD=viD set -o viE unset emacs