diff options
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 842396db7..9f2ad48f8 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -114,8 +114,8 @@ killall5), poweroff (link to halt), reboot (link to halt), runlevel, shutdown, s <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="halt"><command>halt</command></term> +<varlistentry id="halt"> +<term><command>halt</command></term> <listitem> <indexterm zone="ch-system-sysvinit halt"><primary sortas="b-halt">halt</primary></indexterm> <para>normally invokes shutdown with the -h flag, @@ -125,8 +125,8 @@ system is being brought down.</para> </listitem> </varlistentry> -<varlistentry> -<term id="init"><command>init</command></term> +<varlistentry id="init"> +<term><command>init</command></term> <listitem> <indexterm zone="ch-system-sysvinit init"><primary sortas="b-init">init</primary></indexterm> <para>is the mother of all processes. It reads its @@ -135,8 +135,8 @@ scripts to run for which run-level, and how many gettys to spawn.</para> </listitem> </varlistentry> -<varlistentry> -<term id="killall5"><command>killall5</command></term> +<varlistentry id="killall5"> +<term><command>killall5</command></term> <listitem> <indexterm zone="ch-system-sysvinit killall5"><primary sortas="b-killall5">killall5</primary></indexterm> <para>sends a signal to all processes, except the processes in its own session -- @@ -144,8 +144,8 @@ so it won't kill the shell running the script that called it.</para> </listitem> </varlistentry> -<varlistentry> -<term id="last"><command>last</command></term> +<varlistentry id="last"> +<term><command>last</command></term> <listitem> <indexterm zone="ch-system-sysvinit last"><primary sortas="b-last">last</primary></indexterm> <para>shows which users last logged in (and out), @@ -154,8 +154,8 @@ also show system boots and shutdowns, and run-level changes.</para> </listitem> </varlistentry> -<varlistentry> -<term id="lastb"><command>lastb</command></term> +<varlistentry id="lastb"> +<term><command>lastb</command></term> <listitem> <indexterm zone="ch-system-sysvinit lastb"><primary sortas="b-lastb">lastb</primary></indexterm> <para>shows the failed login attempts, as logged in @@ -163,8 +163,8 @@ also show system boots and shutdowns, and run-level changes.</para> </listitem> </varlistentry> -<varlistentry> -<term id="mesg"><command>mesg</command></term> +<varlistentry id="mesg"> +<term><command>mesg</command></term> <listitem> <indexterm zone="ch-system-sysvinit mesg"><primary sortas="b-mesg">mesg</primary></indexterm> <para>controls whether other users can send @@ -172,16 +172,16 @@ messages to the current user's terminal.</para> </listitem> </varlistentry> -<varlistentry> -<term id="pidof"><command>pidof</command></term> +<varlistentry id="pidof"> +<term><command>pidof</command></term> <listitem> <indexterm zone="ch-system-sysvinit pidof"><primary sortas="b-pidof">pidof</primary></indexterm> <para>reports the PIDs of the given programs.</para> </listitem> </varlistentry> -<varlistentry> -<term id="poweroff"><command>poweroff</command></term> +<varlistentry id="poweroff"> +<term><command>poweroff</command></term> <listitem> <indexterm zone="ch-system-sysvinit poweroff"><primary sortas="b-poweroff">poweroff</primary></indexterm> <para>tells the kernel to halt the system and @@ -189,16 +189,16 @@ switch off the computer. But see halt.</para> </listitem> </varlistentry> -<varlistentry> -<term id="reboot"><command>reboot</command></term> +<varlistentry id="reboot"> +<term><command>reboot</command></term> <listitem> <indexterm zone="ch-system-sysvinit reboot"><primary sortas="b-reboot">reboot</primary></indexterm> <para>tells the kernel to reboot the system. But see halt.</para> </listitem> </varlistentry> -<varlistentry> -<term id="runlevel"><command>runlevel</command></term> +<varlistentry id="runlevel"> +<term><command>runlevel</command></term> <listitem> <indexterm zone="ch-system-sysvinit runlevel"><primary sortas="b-runlevel">runlevel</primary></indexterm> <para>reports the previous and the current run-level, as noted in the last run-level @@ -206,8 +206,8 @@ record in <filename>/var/run/utmp</filename>.</para> </listitem> </varlistentry> -<varlistentry> -<term id="shutdown"><command>shutdown</command></term> +<varlistentry id="shutdown"> +<term><command>shutdown</command></term> <listitem> <indexterm zone="ch-system-sysvinit shutdown"><primary sortas="b-shutdown">shutdown</primary></indexterm> <para>brings the system down in a secure way, @@ -215,8 +215,8 @@ signaling all processes and notifying all logged-in users.</para> </listitem> </varlistentry> -<varlistentry> -<term id="sulogin"><command>sulogin</command></term> +<varlistentry id="sulogin"> +<term><command>sulogin</command></term> <listitem> <indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm> <para>allows the superuser to log in. It is @@ -224,24 +224,24 @@ normally invoked by init when the system goes into single user mode.</para> </listitem> </varlistentry> -<varlistentry> -<term id="telinit"><command>telinit</command></term> +<varlistentry id="telinit"> +<term><command>telinit</command></term> <listitem> <indexterm zone="ch-system-sysvinit telinit"><primary sortas="b-telinit">telinit</primary></indexterm> <para>tells init which run-level to enter.</para> </listitem> </varlistentry> -<varlistentry> -<term id="utmpdump"><command>utmpdump</command></term> +<varlistentry id="utmpdump"> +<term><command>utmpdump</command></term> <listitem> <indexterm zone="ch-system-sysvinit utmpdump"><primary sortas="b-utmpdump">utmpdump</primary></indexterm> <para>displays the content of the given login file in a friendlier format.</para> </listitem> </varlistentry> -<varlistentry> -<term id="wall"><command>wall</command></term> +<varlistentry id="wall"> +<term><command>wall</command></term> <listitem> <indexterm zone="ch-system-sysvinit wall"><primary sortas="b-wall">wall</primary></indexterm> <para>writes a message to all logged-in users.</para> |