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

2017年LINUX認證考試模擬試題及答案

Linux認證 閱讀(1.98W)

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

2017年LINUX認證考試模擬試題及答案

a. NDA

b. GDP

c. GPL

d. GNU

答案:c

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

a、封閉資源

b、開放資源

c、使用者註冊

d、開放性二進位制

答案 b

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

a. type myfile

b. type -q myfile

c. file myfile

d. whatis myfile

答案 c

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

a. slash (/)

b. period (.)

c. dash (-)

d. asterisk (*)

答案 a

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

a、tail logfile

b、head -10 longfile

c、taid -d 10 longfile

d、head longfile

答案 a

假如你得到一個執行命令被拒絕的資訊,你可以用哪個命令去修改它的許可權使之可以正常執行(選擇最合適的

答案)

a. path=

b. chmod

c. chgrp

d. chown

答案 b

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

a、cp -w mydirmyfile dir2

b、cp -i mydirmyfile dir2

c、cp mydirmyfile dir2

d、cp -v mydirmyfile dir2

答案 b

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

a、rn

b、rname

c、replace

d、mv

答案 d

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

a、2

b、6

c、4

d、1

答案 b

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

a、/tmp

b、/proc

c、/data

d、/dev

答案 a