• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
The process will be restarted whenever it terminates, (e.g. getty).
respawn
The process will be started once when the specified runlevel is entered and init will wait for its termination.
wait
The process will be executed once when the specified runlevel is entered.
once
The process will be executed during system boot. The runlevels field is ignored.
boot
The process will be executed during system boot, while init waits for its termination (e.g. /etc/rc). The runlevels field is ignored.
bootwait
This does absolutely nothing.
off
A process marked with an on demand runlevel will be executed whenever the specified ondemand runlevel is called. However, no runlevel change will occur (on demand runlevels are “a”, “b”, and “c”).
ondemand
This entry specifies the runlevel which should be entered after system boot. If none exists, init will ask for a runlevel on the console.
initdefault
The process will be executed during system boot. It will be executed before any boot or bootwait entries. The runlevels field is ignored.
sysinit
The process will be executed when the power goes down. init is usually informed about this by a process talking to a UPS connected to the computer. init will wait for the process to finish before continuing.
powerwait
The process will be executed when the power goes down, except that init does not wait for the process's completion.
powerfail
This process will be executed as soon as init is informed that the power has been restored.
powerokwait
This process will be executed when init is told that the battery of the external UPS is almost empty and the power is failing (provided that the external UPS and the monitoring process are able to detect this condition).
powerfailnow
The process will be executed when init receives the SIGINT signal. This means that someone on the system console has pressed the CTRL-ALT-DEL key combination. Typically one wants to execute some sort of shutdown either to get into single-user level or to reboot the machine.
ctrlaltdel
The process will be executed when init receives a signal from the keyboard handler that a special key combination was pressed on the console keyboard. Basically you want to map some keyboard combination to the “KeyboardSignal” action. For example, to map Alt-Uparrow for this purpose use the following in your keymaps file: alt keycode 103 = KeyboardSignal.
kbdrequest