- 相關(guān)推薦
2017年LINUX認證考試模擬試題(附答案)
在本地的文件系統(tǒng)中下列哪些linux路徑結(jié)構(gòu)是無效的?(選擇所有正確的)
a. //usr\zhang/memo
b. \usr\zhang\memo
c. /usr/zhang/memo
d. \usr/zhang/memo
答案 a b d
linux支持哪些編程語言( )
a.Perl
b.Python
c.C++
d.Fortran
答案 abcd
echo命令可以用來顯示?( )
a. 參數(shù)
b. 文本字符
c. 過濾內(nèi)容
d. shell 變量
答案 bd
誰是Linux的創(chuàng)始人( )
a. Turbolinux
b. AT&T Bell Laboratry
c. University of Helsinki
d. Linus Torvalds
答案:d
你想顯示文件"longfile"的最后10行,下面那個命令是正確的( )
a、tail logfile
b、head -10 longfile
c、taid -d 10 longfile
d、head longfile
答案 a
下列那些敘述是正確的? (選擇所有正確的)
a. 在DOS下可以用命令rawrite創(chuàng)建安裝磁盤.
b. 在DOS下可以用命令dd創(chuàng)建安裝磁盤.
c. 通?梢詮目梢龑(dǎo)的CDROM中安裝TurboLinux系統(tǒng).
d. "rawrite" 可以在linux中運行.
答案 ac
哪些命令組合起來能統(tǒng)計多少用戶登錄系統(tǒng)(選擇所有正確的答案)
a.who | wc -w
b.who | wc -l
c.who | wc -c
d.who | wc
答案 bd
如果你對文件和目錄的權(quán)限不確定,則不能用 _______命令來檢測權(quán)限.(選擇所有正確的)
a. ps
b. ls -l
c. ck
d. chown
答案 acd
下面哪些環(huán)境變量是在Turbolinux shell下被定義的?( )
a. PATH
b. CD
c. PS1
d. TERM
答案 abc
創(chuàng)建一個用戶帳號需要在/etc/passwd中定義哪些信息( )
a、login name
b、password age
c、default group
d、userid
答案 a c d
下面哪條命令可以顯示交換內(nèi)存( )
a、showmem
b、freemem
c、swap
d、free
答案 d
下面哪條命令可以顯示用戶默認設(shè)置( )
a、useradd -u
b、show defaults
c、show user defaults
d、useradd -D
答案 d
下面哪段定義了添加一個tar文件的信息( )
a、use the append command
b、use the add command
c、use the tar command with the -a switch
d、use the tar command with the -r switch
答案 d
在vi中下列哪些命令不能用來在光標前插入文本?(選擇所有正確的)
a. p [text]
b. a [text]
c. i [text]
d. o [text]
答案 abd
關(guān)于linux下列說明哪些是正確的? (選擇所有正確的)
a. Linux 是一個開放源碼的操作系統(tǒng).
b. Linux 是一個類 UNIX的操作系統(tǒng).
c. Linux 是一個多用戶的操作系統(tǒng).
d. Linux 是一個多任務(wù)的操作系統(tǒng).
答案 abcd
下面對Linux命令的描述哪個是正確的( )
a. 不是大小寫敏感的
b. 都是大寫的
c. 大小寫敏感
d. 都是小寫
答案 c
在vi編輯器里,命令”dd”用來刪除當前?( )
a. 字
b. 字符
c. 變量
d. 行
答案 d
下列哪一個命令能被用來重定向管道的輸出到標準輸出和指定的文件中? ( )
a.cat
b.less
c.tee
d.wee
答案 c
spool文件系統(tǒng)放到什么位置( )
a、/proc
b、/spool
c、/var
d、/lpd
答案 c
下面哪個命令能去掉主引導(dǎo)信息里的內(nèi)容( )
a、fdisk /mbr
b、format /mbr
c、mbr/format
d、mbr/replace
答案 a
在系統(tǒng)重建的時候,下面哪個參數(shù)能用來對mkfs命令檢查壞塊( )
a、-b
b、-e
c、-c
d、-check
答案 c
哪一個命令能用來查找在文件TESTFILE中只包含四個字符的行?( )
a.grep ’????’ TESTFILE
b.grep ’....’ TESTFILE
c.grep ’^????$’ TESTFILE
d.grep ’^....$’ TESTFILE
答案 d
哪一個命令能用來刪除當前目錄及其子目錄下名為‘core’的文件? ( )
a.find . -name core -exec rm ;
b.find . -name core -exec rm {} \ ;
c.find . -name core -exec rm {} -;
d.find . -name core -exec rm {} ;
答案 b
用標準的輸出重定向(>)像”> file01”能使文件file01的數(shù)據(jù)_____( )
a. 被復(fù)制
b. 被移動
c. 被覆蓋
d. 被打印
答案 c
按_____鍵能中止當前運行的命令。( )
a. Ctrl-D
b. Ctrl-C
c. Ctrl-B
d. Ctrl-F
答案 b
【LINUX認證考試模擬試題附答案】相關(guān)文章:
2016年微軟認證考試模擬試題(附答案)03-07
Linux認證考試模擬題及答案03-30
linux認證考試筆試題及答案01-24
Linux認證考試題庫及答案10-26
linux認證的面試題及答案12-01