Linux Professional Institute Certification (LPIC Level 1)
自從介紹完 Red Hat Certified Engineer (RHCE) 之後,總是間中會收到一些讀者的 E-mail 問同一個問題,就是有沒有 RHCE 以外的代替品,因為他們覺得 RHCE 的五千蚊考試費實在太貴,一旦“肥”了,五千蚊就係咁就燒焦!而且 RHCE 的 Lab Test 對他們來說不是太容易通過。
其實要在 Linux 平台上得到專業認證,並不是沒有别的選擇。LPI Certification 是繼 RHCE 之後在市場上較為人熟悉的 Linux 專業證書,LPI 全名是 Linux Professional Institute,是一個來自加拿大的非牟利 Linux 專業團體所頒發之證書。 | |
原來 LPI 的後台亦不弱,有 IBM,HP 和 SGI 等大哥大在幕後支持,而支援的
Linux 平台有SuSE, Caldera 和 TurboLinux 等,範圍之廣泛,實在不可輕視。
LPI 的考試共分三級,由 Level 1 至 Level 3,但現階段只有 Level 1 之證書提供,原因是較高層次的 Level 2 和 3 仍在設計及發展階段,考取Level 1證書需要通過 2 個考試,分別是 Exam 101 General Linux I 和 Exam 102 General Linux II。
LPI 考試內容非常廣泛,由最基本的 Linux 指令,以至 Web Server,Mail Sever,DNS Server 的安裝和設定,備份與回復功能當然不可缺少,網絡設定及 Shell Script 的編寫等也是必考。由於考試範圍及支援的 Linux 平台頗多,建議大家需要有清淅的概念和足夠的實戰經過才可參加考試,否則都會有一定的難度。幸好 LPI 考試要求的合格分數不算太高,Exam 101 是 490 分,而 Exam 102 是 460 分,大家可到任何一間 Prometric 或 VUE 的認可考試中心應考,考試費為港幣 $780。以下是一些 LPI 的模擬試是題,看看自己有沒有足夠知識來回答它吧!
1. What is the most common type of filesystem found on systems that run only Linux? - NFS
- FAT32
- NTFS
- EXT2FS
- LINUXFS2
2. If you set the umask to 022, by default what permissions will your files have? - 0220
- 0888
- 0644
- 0755
3. Which command line will mount all available file systems which are listed in /etc/fstab? - mount -a
- mount /mnt/*
- /etc/fstab <mount
- mount </etc/fstab
- cat /etc/fstab | mount
4. Which command will give you the total amount of free kilobytes on all disk partitions? - du
- df
- df -k
- du -k
- free -a
5. What command will display some information about the permissions of files in the current directory? - ls
- pdir
- ls -l
- permdir
- chmod -l
6. Which file is responsible for keeping track of all UID’s on the system? (state full path) Answer: _________________________ 7. On a system using shadowed passwords, the correct permissions for /etc/passwd are __________ and the correct permissions for /etc/shadow are _______________. - - r w - r - - - - -, - r - - - - - - - -
- - r w – r - - r - - , - r - - r - - r - -
- - r w - r - - r - -, - r - - - - - - - -
- - r w – r - - r w - , - r - - - - - r - -
- - r w - - - - - - - , - r - - - - - - - -
8. How many corn fields are there for specifying the time to execute a cron job? - 1
- 3
- 4
- 5
- 6
Answer: 1. d 2. d 3. a 4. c 5. c 6. /etc/passwd 7. c 8. d |