多项选择题
A、logout B、exit C、quit D、shutdown E、reboot
linux系统中,下面是shell类别的有()。A、ashB、bashC、kshD、cshE、zch
多项选择题linux系统中,下面是shell类别的有()。
A、ash B、bash C、ksh D、csh E、zch
linux系统中,以下显示结果不同的是()。A、echo The current working path i...
单项选择题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`."
关于linux系统中别名的定义,下列选项中不正确的是()。A、alias copy="cp"B、alias c...
单项选择题关于linux系统中别名的定义,下列选项中不正确的是()。
A、alias copy="cp" B、alias copy='cp' C、alias copy=`cp` D、alias copy=cp