Page 1 of 1

轉貼>>宇動科技徵Linux專門人才 form 程式??

Posted: Thu Jun 05, 2003 11:31 am
by Gentoomichael
轉貼>>宇動科技徵Linux專門人才 form 程式設計俱樂部 :roll:

宇動科技徵Linux專門人才
以下為基本考題 如果您覺得下面的題目
對您覺得很簡單 請跟我們聯繫 謝謝

請解釋:
ldd
busybox
mkcramfs
k = `ifconfig | grep inet | head -n 1 | awk -F: '{ print $2}'|awk '{print $1}'|tr -d ' '`
ln
df
dd if=/dev/hda of=test

請設計一個shellscript
取出 eth0 的 MAC ADDRESS

以上題目如果您覺得沒問題 請與我們連絡 謝謝
stan@channel.com.tw

Re: 轉貼>>宇動科技徵Linux專門人才 form 程?

Posted: Thu Jun 05, 2003 12:15 pm
by breaking
Gentoomichael wrote:請設計一個shellscript
取出 eth0 的 MAC ADDRESS
ifconfig | grep inet | head -n 1 | awk -F: '{ print $2}'|awk '{print $1}'--->疑?這不是答案麼?怎在上面.... :?:

Posted: Fri Jun 06, 2003 4:29 am
by 【Palatis】
這會不會太簡單了點?