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

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