单选题RedhatLINUX下,不是BASH功能的是()。A虚拟控制台B命令解释C命令补齐D别名
单选题
RedhatLINUX下,不是BASH功能的是()。
A
虚拟控制台
B
命令解释
C
命令补齐
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,下列说法中正确的是()A、BASH是为GNU项目编写的一种ShellB、BASH是BourneShell的扩展C、BASH就是BourneShellD、大多数Linux系统默认使用BASHE、通过Cygwin,BASH也能移植到Windows系统中
多选题在一个终端中修改了环境变量配置文件.bash_profile后,要在此终端中让修改的文件立即生效,可用哪些方法()。Acat.bash_profileB..bash_profileCmorE.bash_profileDsourcE.bash_profile
单选题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