1.where can lilo place its boot information?
A.我想應該是/var,因為/var存有開機時的訊息檔案,如有誤,麻煩幫我訂正,感謝您。
2.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
A.我覺得這各題目,真的很奇怪,依照他的題目,因為他可以懸吊process,且又可拒絕
keyboard input,我找不我覺得能有符合他的題意的訊號,因看A選項(終止,就直接over)
,C選項(KILL,強制結束),D選項(結束掉程序),剩下唯一的希望就只剩ctrl-S,但我用
上機試了一下,她好像可以暫停程序,但在隨意案一鍵,他又回復動作,所以想請問各位大大
是我哪裡有觀念錯誤嗎??如有誤,麻煩幫我訂正,謝謝您!
3.When a user executes the command "ps ax", what is shown on the console? Choose
all that apply.
a. Process's user-related information
b. Processes without controlling terminals
c. Processes used by the XFree86 System
d. All regular processes
e. Processes on remote machines
A.因為ax的所包含的是,顯示屬於終端機與非終端機控制的行程,所以應該是a、d,如有誤,
麻煩幫我訂正,感謝您!
4.What command is used to reconfigure a formerly installed debian packet.
Enter just the name without path and options.
A.因為目前101已經包含(RPM+DEB),所以都需要準備,因為debian方面的套件,我比較不熟
,所以想確定是否是dpkg,如有誤請幫我指正,感謝您!
5.什麼情況下需要用到lilo指令呢?
Choose every correct answer.
Mark question for review
a.After every boot
b.After every modification of the lilo configuration file
c.After installing a new kernel with a new name in /boot
d.After overwriting the old kernel in /boot with a new one
e.Only the first time after installing LILO
A.應該是b、c跟d吧!
6.You have run out of disk space on a partition. Which of the following would be
an easy way to move data to new partition without reconfiguring the path to the
data in existing applications?
a. Run ext2fs ACL.
b. Use a hard link.
c. Use a symbolic link.
d. Use the loopback device.
e. Create a block device offset.
A.這題的話,我就比較不清楚了,能否請大大指教一下??
7.Where can lilo place boot code?
a. The boot ROM
b. The boot RAM
c. The /boot partition
d. The MBR on a hard drive
A.應該是/boot partition吧!因為很多開機資料都是存放在這裡的,
像是boot.b、message、map、initrd、vmlinuz.....
如果有錯誤,麻煩請大大指正,非常感謝您!
8.You are the administrator for all desktop systems at your company. You do not have a
desktop standard and the users are free to use any window manager they choose. Which
of the following methods would be easiest to add a menu item to all users' main menu?
a. There is no easy solution to this problem.
b. Use rsync to synchronize all menus with a central setter.
c. Write a script that adds the menu item and have users run it.
d. Add the changes to the/etc/default/main-menu configuration file.
d. Use your package manager to upgrade all the packages at once.
A.這裡好像不簡單耶!能否請大大指教一下,感謝您!