多项选择题WindowsServer2003支持的VPN协议是()。

A、PPP
B、L2TP
C、SLIP
D、PPTP
E、TFTP


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题在windowsServer2003中,下述()命令用于显示本机路由表。

A、route print
B、route show
C、route view
D、route display

2.单项选择题OutlookExpress中实现的邮件安全协议是()。

A、POP3
B、IMAP
C、SMTP
D、S/MIME

3.多项选择题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

4.单项选择题linux系统,把当前日期重定向到/tmp/date文件中,并不想覆盖原来的内容,下面正确的操作是()。

A、date>>/tmp/date
B、date>/tmp/date
C、date 2>/tmp/date
D、date &>/tmp/date

6.单项选择题在linux系统中,在/tmp下创建一个空文件file的命令是()。

A、mkdir /tmp/file
B、make /tmp/file
C、touch /tmp/file
D、mv /tmp/file

8.单项选择题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。

A、mv /tmp/test/oldfile newfile
B、mv /tmp/test/oldfile /tmp/test/newfile
C、mv oldfile /tmp/test/
D、mv oldfile newfile

9.单项选择题在linux系统下,显示/tmp下的所有文件和目录的详细信息,以下命令中正确的是()。

A、ls -i /tmp
B、ls -l /tmp
C、ls -r /tmp
D、ls -d /tmp

10.单项选择题在linux系统中,建立目录/test/dir目录并设定dir权限为754,以下命令正确的是()。

A、mkdir -m 754 /test/dir
B、mkdir -p 754 /test/dir
C、mkdir -v 754 /test/dir
D、mkdir -d 754 /test/dir