单项选择题
在windowsServer2003中,下述()命令用于显示本机路由表。
A、route print
B、route show
C、route view
D、route display
点击查看答案
相关考题
-
单项选择题
OutlookExpress中实现的邮件安全协议是()。
A、POP3
B、IMAP
C、SMTP
D、S/MIME -
多项选择题
linux系统中,以下显示结果相同的是()。
A、echo The current working path is $PWD.
B、echo "The current working path is $PWD." Echo hello
C、echo 'The current working path is $PWD.' Echo hello
D、echo "The current working path is `pwd`."
E、echo The current working path is $PWD. Echo hello -
单项选择题
linux系统,把当前日期重定向到/tmp/date文件中,并不想覆盖原来的内容,下面正确的操作是()。
A、date>>/tmp/date
B、date>/tmp/date
C、date 2>/tmp/date
D、date &>/tmp/date
