69.

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); }

Book: LPI Linux Certification in a Nutshell
Section: Chapter 8.  Exam 101 Review Questions and Exercises



8.3 Boot, Initialization, Shutdown, and Runlevels (Topic 2.6)

8.3.1 Review questions

  1. Name and briefly describe the two parts of LILO. Which part has a configuration file and what is that file called?

  2. What are the ramifications relating to new hardware when running a monolithic kernel?

  3. Which three runlevels are well defined across Linux distributions, and what actions to they perform?

  4. Describe a situation that would imply the need to switch to single-user mode.

  5. What are the two alphabetic prefixes used in the rd directories, and what do they stand for?

  6. How can you shutdown and halt a Linux system immediately using shutdown?

8.3.2 Exercises

8.3.2.1 Exercise 2.6-1. Boot
  1. Examine the contents of /etc/lilo.conf. How many kernel images or operating systems are configured for load by LILO? Explain the options you find in the file.

  2. Install the boot loader by executing lilo. What happened?

  3. Boot your system and manually specify the root filesystem using the root= keyword at the LILO prompt. What happens if you specify the wrong partition?

  4. Use dmesg and less to examine boot-time messages. Compare what you find to the latest boot messages found in /var/log/messages.

  5. Boot your system and use the single or 1 option to boot directly into single-user mode.

8.3.2.2 Exercise 2.6-2. Runlevels
  1. After booting to single-user mode, switch to your normal runlevel using init n.

    1. Does the system come up as expected?

    2. Enter init 1 to go back to single-user mode. What daemons are still running?

  2. Familiarize yourself with the contents of a few of the scripts in /etc/rc.d/init.d (your system directories may vary).

  3. Look in rc0.d through rc6.d for links to the scripts you examined. How are the scripts used? In which runlevels is the corresponding service active?

  4. Shut down your system with init 0.

  5. Shut down your system with shutdown -h now.

 


LPI Linux Certification in a Nutshell
LPI Linux Certification in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596005288
EAN: 2147483647
Year: 2000
Pages: 194

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net