單項選擇題OutlookExpress中實現(xiàn)的郵件安全協(xié)議是()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題linux系統(tǒng)中,以下顯示結(jié)果相同的是()。

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

2.單項選擇題linux系統(tǒng),把當前日期重定向到/tmp/date文件中,并不想覆蓋原來的內(nèi)容,下面正確的操作是()。

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

4.單項選擇題在linux系統(tǒng)中,在/tmp下創(chuàng)建一個空文件file的命令是()。

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

5.單項選擇題為了防止誤刪除,我們最好設置rm確認刪除選項,即()開關(guān)。

A、–i
B、–f
C、–b
D、–u