LPIC-1 Exam 102-500

九月 12, 2020 by
Filed under: killtest 

LPIC-1考試102

考試目標版本:5.0版

考試編號:102-500

關於目標權重:為每個目標分配一個權重值。 權重表示每個目標在考試中的相對重要性。 考試中將涵蓋更多權重更高的目標。
LPI-CODE_0 (1)
主題105:Shell和Shell腳本
105.1定制和使用shell環境
重量:4

描述:候選人應該能夠自定義外殼環境以滿足用戶的需求。 候選人應該能夠修改全局和用戶配置文件。

關鍵知識領域:

在登錄時或生成新shell時設置環境變量(例如PATH)。
針對常用的命令序列編寫Bash函數。
維護新用戶帳戶的框架目錄。
使用正確的目錄設置命令搜索路徑。
The following is a partial list of the used files, terms and utilities:

.
source
/etc/bash.bashrc
/etc/profile
env
export
set
unset
~/.bash_profile
~/.bash_login
~/.profile
~/.bashrc
~/.bash_logout
function
alias
105.2自定義或編寫簡單的腳本
重量:4

說明:候選人應該能夠自定義現有腳本,或編寫簡單的新Bash腳本。

關鍵知識領域:

使用標準的sh語法(循環,測試)。
使用命令替換。
測試成功或失敗的返回值或命令提供的其他信息。
執行鏈接的命令。
執行有條件的郵件發送給超級用戶。
通過shebang(#!)行正確選擇腳本解釋器。
管理腳本的位置,所有權,執行和suid權限。
The following is a partial list of the used files, terms and utilities:

for
while
test
if
read
seq
exec
||
&&
主題106:用戶界面和桌面
106.1安裝和配置X11
重量:2

描述:候選人應該能夠安裝和配置X11。

關鍵知識領域:

了解X11架構。
對X Window配置文件的基本了解和知識。
覆蓋Xorg配置的特定方面,例如鍵盤佈局。
了解桌面環境的組件,例如顯示管理器和窗口管理器。
管理對X服務器的訪問並在遠程X服務器上顯示應用程序。
韋蘭的意識。
The following is a partial list of the used files, terms and utilities:

/etc/X11/xorg.conf
/etc/X11/xorg.conf.d/
~/.xsession-errors
xhost
xauth
DISPLAY
X

Comments

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!





*