你說你在巨匠上課,我不知道誰是你的講師?
會是TnLug的人嗎?我在猜?
因為像聯成,學承等輔導認證的機構,
他們大部份的講師是TnLug的成員,
就我所知,台南的LUG(TaiNan Linux users group,Linux同好會),
在Linux這領域,可是個響噹噹的組織哦!
鳥哥就是其中成員!他的書你一定要去買來「膜拜」一番!
可以的話,他們的活動去參加個幾次,
也許可以認識幾個「高高手」!
對你的linux學習之路一定很有幫助的。
回過頭來談一下鳥哥,老實說,鳥哥的書並不是針對考LPIC寫的。
但是若你有看也有「看懂」的話,
考LPIC Level 1是鐵定沒有問題的了!
說著說著,我怎麼好像在推銷什麼似的。回神一下!
這封信回得有點晚了,因為週末我得抽時問陪陪家人,
只能週一上班抽空寫信,還望你見諒!
其實我平常也是上班抽空寫BLOG的文件的,哈哈!
不過到底還是和工作或考試有相關,我也不避諱。
看你考試日期也快到,我就不多廢話了!
原文中,Leo你猜對的題目,我就略過吧。
What command allows you to extract particular columns out of a textfile
(just the command - no options)?
Ans: cut
如果你手頭上就有鳥哥的書,找找指令的部份,
看看關於cut的用法,你就知道其實cut有多好用了!
沒書的話,上網路找也是有的。
How could you try to stop a hung process which refuses to accept
keyboard input? (複選)
a. Ctrl-C
b. Ctrl-S
c. kill -9 PID
d. kill PID
e. ipcsend SIGKILL PID
這題有争議,我認為。
在實機操作時,應該大部份的人會用a和c兩種方法來,
把一些「不聽話」的process給殺掉!
但我同事也認為,既然process己經refuses to accept keyboard input了,
用Ctrl加C這種鍵盤輸入中斷的方法,怎麼會合理?
而kill PID的方式,等於要讓一個process「正常」結束掉。
不應該是這一題的答案選擇之一!
不過,既然你問我,我想我遇到這種問題的話,我還是會選a和c吧!
以下兩題,由於題目很類似,我就一起說吧!
不知道你的答案是否有查證過,
如果是我答題的話,我可能兩題都會選ps aux和top。
因為這兩個選項才能看到全部的process!
至於ps不加任何option,是查出你用ps執行時,那個身份之下的所有process而己。
所以要看all running process,肯定是ps aux和top!
但看what process are running on the server,也許可以把ps作為答案之一吧。
不過這兩題問我的話,我還是只選b和e而己。
What might you type to see what process are running on the server ? (複選)
a. df
b. ps aux
c. ps
d. proc
e. top
Ans: b e
How could you get a list of all running process? (複選)
a. df
b. ps aux
c. ps
d. proc
e. top
Ans: b e
還有一題關於LILO,我好像有看過相關的文件,
但那樣的題目,卻沒碰過!
嗯!愈是有挑戰性的題目,愈是能讓人成長底。
不過,因為回你這封信的時間晚了些,
為了能趕緊提供你一點資料,就先這樣回,
那題LILO等我找到了相關的文件,再答覆你好了。OK!
在 2007/9/7,y_cdlu@tsmc.com
> Dear 國弘兄:
>
> 哈!為何說有點空白的感覺呢?
> 我從原本很沒有信心應考到現在覺得滿有信心的呢!
> 可能是認識了國弘兄您吧!
> 把一些疑問的考題給弄清!也導正一些錯誤的觀念!
> 我想我帶你的幫助可能很少吧!
> 常麻煩你倒是真的! >_<
>
> 你有打算什麼時候應考102嗎?
> 其實能從網路遇到你,真的不可思議!
> 我一開始是抱著你不會回信的準備的
> 沒想到你很熱心的幫我回答問題! ^^
> 我也很認同你說的,這是一個很好且難得的人生經驗!!^^
>
> 以下還有一些題目是有點困惑的,要再麻煩你了!
> 國弘兄是嘉義人哦(我看你的blog上寫的)
> 我是台南人哦...我愈來愈相信南部人的熱情了 ^____^ 哈
>
> 9/7
> What command allows you to extract particular columns out of a textfile
> (just the command - no options)?
>
> Ans:
>
> How could you try to stop a hung process which refuses to accept
> keyboard input? (複選)
> a. Ctrl-C
> b. Ctrl-S
> c. kill -9 PID
> d. kill PID
> e. ipcsend SIGKILL PID
>
> Ans: a . c. d (我猜的)
>
> The files foo and bar points to the same content. One of them was
> created as a hard link to the other. How could you detect which of the
> two is the original file and which is the link? (單選)
> a. The ls -l command shows a "l" for the link and a "-" for the file
> b. The ls -l command shows a "->" from the link to the file
> c. The "ln --list foo bar" command shows the link and the file
> d. The ls -l command shows a different filesize for the link and the
> file. The file shows it's real size but the link shows only the size
> of it's destination filename.
> e. There is no way to differ between file and link
>
> Ans: e (我猜的,我記得之前你有說過hard link若不是原始建立連結的人,無法得
> 知那一個是連結檔)
>
> Which of the following might be solved by a simple reboot? (複選)
> a. LIL
> b. L
> c. LILO
> d. LI?
> e. LI
>
> Ans: a . b . d . e ( 不知道為何答案是這樣?)
>
> What might you type to see what process are running on the server ? (複
> 選)
> a. df
> b. ps aux
> c. ps
> d. proc
> e. top
>
> Ans: b . c . e (但下一題答案卻只有 b . e ??不知選二個還是三個好)
>
> How could you get a list of all running process? (複選)
> a. df
> b. ps aux
> c. ps
> d. proc
> e. top
>
> Ans: b . e
沒有留言:
張貼留言