Changes

Jump to: navigation, search

Review Questions for Test 1

295 bytes added, 11:56, 15 October 2008
no edit summary
* Ubuntu uses yum, Opensuse uses pkcon and Fedora uses yum or apt-get
=== How to unpack the file "linux-2.6.26.tar.bz2" ?===
* tar cvjf linux-2.6.26.tar.bz2
* make modules_install
=== How to create initial ram disk image ?===
* initrd (hd1,0)/initrd-2.6.26.5-45.fc9.i686.img
* '''mkinitrd -k vmlinuz-2.6.26 -i initrd-2.6.26'''
* mkinitrd (hd1,0)/initrd-2.6.26.5-45.fc9.i686.img
 
=== What is a daemon?===
 
* Just a process to stop another program
* '''A software process that runs in the background and provides the service to client upon request'''
* A process that runs one time. Once done it will stop
* A process that prevents multiple occurances from running at one time
1
edit

Navigation menu