使用( )命令可以查看Linux的启动信息。
A. mesg –d
B. dmesg
C. cat /etc/mesg
D. cat /var/mesg
Linux中有多个查看文件的命令,如果希望在查看文件内容过程中用光标可以上下移动来查看文件内容,则符合要求的那一个命令是( )。
A. cat
B. more
C. less
D. head
在SHELL 终端执行命令sh sh07.sh one two three 后,$0的值为()
A. one
B. two
C. three
D. sh07.sh
在SHELL 终端执行命令sh sh07.sh one two three 后,$1的值为()
A. sh07.sh
B. one
C. two
D. three