當前位置:才華齋>IT認證>Linux認證>

2016年Linux認證考試精選練習題及答案

Linux認證 閱讀(2.11W)

1、Linux 核心的許可證是什麼?()

2016年Linux認證考試精選練習題及答案

a. NDA

b. GDP

c. GPL

d. GNU

答案:C

2、Linux是作業系統,意味著開放性原始碼是自由可用。()

a、封閉資源

b、開放資源

c、使用者註冊

d、開放性二進位制

答案 b

3、確定myfile的檔案型別的命令是什麼()

a. type myfile

b. type -q myfile

c. file myfile

d. whatis myfile

答案 C

4、用來分離目錄名和檔名的字元是什麼()

a. slash (/)

b. period (.)

c. dash (-)

d. asterisk (*)

答案 A

5、你想顯示檔案"longfile"的最後10行,下面那個命令是正確的()

a、tail logfile

b、head -10 longfile

c、taid -d 10 longfile

d、head longfile

答案 a

6、假如你得到一個執行命令被拒絕的'資訊,你可以用哪個命令去修改它的許可權使之可以正常執行()

a. path=

b. chmod

c. chgrp

d. chown

答案 b

7、拷貝mydirmyfile檔案到dir2目錄下,但是系統提示這個檔案已經存在,下面那個命令是正確的()

a、cp -w mydirmyfile dir2

b、cp -i mydirmyfile dir2

c、cp mydirmyfile dir2

d、cp -v mydirmyfile dir2

答案 b

8、下面那個命令允許對檔案重新命名()

a、rn

b、rname

c、replace

d、mv

答案 d

9、假如檔案是按8進位制來定義,下面那個值代表了讀和寫()

a、2

b、6

c、4

d、1

答案 b

10、linux臨時目錄一般存在下面那個資料夾中()

a、/tmp

b、/proc

c、/data

d、/dev

答案 a