在bash中,在一条命令后加入“2>& 1”,表示()
执行"[student@localhost~] $ nu=aaa "命令后,希望nu的值是aaabbb,则应执行的命令是()
执行"[student@localhost~] $ x= * " 命令后,需要输出*字符,则应该执行的命令是()。
已知执行“[student@localhost~] $ cat file ”的结果是:

This is chapter.

This is chapter123

This is oschapter1

则执行“[student@localhost~] $ grep chapter[0-9] * file”的结果是()

已知,执行“[student@localhost~] $ ls ”的结果是:

chapter  

chapter1  

chapter123  

oschapter1

那么执行"[student@localhost] $ ls chapter[0-9] * "的结果是()。

切换工作目录的命令是()
指令表示不换行的选项是()
可以设定使用者密码的指令是()
Linux之父是()
以下不属于Linux家族的是()
Top