相关考题
-
多项选择题
linux系统下用户注销时可以采用的命令是()。
A、logout
B、exit
C、quit
D、shutdown
E、reboot -
多项选择题
linux系统中,下面是shell类别的有()。
A、ash
B、bash
C、ksh
D、csh
E、zch -
单项选择题
linux系统中,以下显示结果不同的是()。
A、echo The current working path is $PWD.
B、echo 'The current working path is $PWD.'
C、echo "The current working path is $PWD."
D、echo "The current working path is `pwd`."
