Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sysvinit.xml

    r0869f1e r3ed279f  
    121121</segmentedlist>
    122122
    123 <variablelist><title>Short descriptions</title>
     123<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     124<?dbfo list-presentation="list"?>
    124125
    125126<varlistentry id="halt">
    126127<term><command>halt</command></term>
    127128<listitem>
    128 <indexterm zone="ch-system-sysvinit halt"><primary sortas="b-halt">halt</primary></indexterm>
    129129<para>normally invokes <command>shutdown</command> with the
    130130<parameter>-h</parameter> option, except when already in run-level 0,
     
    132132file <filename>/var/log/wtmp</filename> that the system is being
    133133brought down.</para>
     134<indexterm zone="ch-system-sysvinit halt"><primary sortas="b-halt">halt</primary></indexterm>
    134135</listitem>
    135136</varlistentry>
     
    138139<term><command>init</command></term>
    139140<listitem>
    140 <indexterm zone="ch-system-sysvinit init"><primary sortas="b-init">init</primary></indexterm>
    141141<para>the first process to be started when the kernel has initialized
    142142the hardware. Init takes over the boot process and starts all the
    143143proceses it is instructed to.</para>
     144<indexterm zone="ch-system-sysvinit init"><primary sortas="b-init">init</primary></indexterm>
    144145</listitem>
    145146</varlistentry>
     
    148149<term><command>killall5</command></term>
    149150<listitem>
    150 <indexterm zone="ch-system-sysvinit killall5"><primary sortas="b-killall5">killall5</primary></indexterm>
    151151<para>sends a signal to all processes, except the processes in its own
    152152session so it won't kill the shell running the script that called
    153153it.</para>
     154<indexterm zone="ch-system-sysvinit killall5"><primary sortas="b-killall5">killall5</primary></indexterm>
    154155</listitem>
    155156</varlistentry>
     
    158159<term><command>last</command></term>
    159160<listitem>
    160 <indexterm zone="ch-system-sysvinit last"><primary sortas="b-last">last</primary></indexterm>
    161161<para>shows which users last logged in (and out),
    162162searching back through the <filename>/var/log/wtmp</filename> file. It
    163163also show system boots, shutdowns, and run-level changes.</para>
     164<indexterm zone="ch-system-sysvinit last"><primary sortas="b-last">last</primary></indexterm>
    164165</listitem>
    165166</varlistentry>
     
    168169<term><command>lastb</command></term>
    169170<listitem>
    170 <indexterm zone="ch-system-sysvinit lastb"><primary sortas="b-lastb">lastb</primary></indexterm>
    171171<para>shows the failed login attempts, as logged in
    172172<filename>/var/log/btmp</filename>.</para>
     173<indexterm zone="ch-system-sysvinit lastb"><primary sortas="b-lastb">lastb</primary></indexterm>
    173174</listitem>
    174175</varlistentry>
     
    177178<term><command>mesg</command></term>
    178179<listitem>
    179 <indexterm zone="ch-system-sysvinit mesg"><primary sortas="b-mesg">mesg</primary></indexterm>
    180180<para>controls whether other users can send messages to the current
    181181user's terminal.</para>
     182<indexterm zone="ch-system-sysvinit mesg"><primary sortas="b-mesg">mesg</primary></indexterm>
    182183</listitem>
    183184</varlistentry>
     
    186187<term><command>pidof</command></term>
    187188<listitem>
     189<para>reports the PIDs of the given programs.</para>
    188190<indexterm zone="ch-system-sysvinit pidof"><primary sortas="b-pidof">pidof</primary></indexterm>
    189 <para>reports the PIDs of the given programs.</para>
    190191</listitem>
    191192</varlistentry>
     
    194195<term><command>poweroff</command></term>
    195196<listitem>
    196 <indexterm zone="ch-system-sysvinit poweroff"><primary sortas="b-poweroff">poweroff</primary></indexterm>
    197197<para>tells the kernel to halt the system and switch off the computer
    198198(see <command>halt</command>).</para>
     199<indexterm zone="ch-system-sysvinit poweroff"><primary sortas="b-poweroff">poweroff</primary></indexterm>
    199200</listitem>
    200201</varlistentry>
     
    203204<term><command>reboot</command></term>
    204205<listitem>
    205 <indexterm zone="ch-system-sysvinit reboot"><primary sortas="b-reboot">reboot</primary></indexterm>
    206206<para>tells the kernel to reboot the system (see
    207207<command>halt</command>).</para>
     208<indexterm zone="ch-system-sysvinit reboot"><primary sortas="b-reboot">reboot</primary></indexterm>
    208209</listitem>
    209210</varlistentry>
     
    212213<term><command>runlevel</command></term>
    213214<listitem>
    214 <indexterm zone="ch-system-sysvinit runlevel"><primary sortas="b-runlevel">runlevel</primary></indexterm>
    215215<para>reports the previous and the current run-level, as noted in the last run-level
    216216record in <filename>/var/run/utmp</filename>.</para>
     217<indexterm zone="ch-system-sysvinit runlevel"><primary sortas="b-runlevel">runlevel</primary></indexterm>
    217218</listitem>
    218219</varlistentry>
     
    221222<term><command>shutdown</command></term>
    222223<listitem>
    223 <indexterm zone="ch-system-sysvinit shutdown"><primary sortas="b-shutdown">shutdown</primary></indexterm>
    224224<para>brings the system down in a secure way, signaling all processes
    225225and notifying all logged-in users.</para>
     226<indexterm zone="ch-system-sysvinit shutdown"><primary sortas="b-shutdown">shutdown</primary></indexterm>
    226227</listitem>
    227228</varlistentry>
     
    230231<term><command>sulogin</command></term>
    231232<listitem>
    232 <indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm>
    233233<para>allows <emphasis>root</emphasis> to log in. It is
    234234normally invoked by <command>init</command> when the system goes into single user mode.</para>
     235<indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm>
    235236</listitem>
    236237</varlistentry>
     
    239240<term><command>telinit</command></term>
    240241<listitem>
     242<para>tells <command>init</command> which run-level to change to.</para>
    241243<indexterm zone="ch-system-sysvinit telinit"><primary sortas="b-telinit">telinit</primary></indexterm>
    242 <para>tells <command>init</command> which run-level to change to.</para>
    243244</listitem>
    244245</varlistentry>
     
    247248<term><command>utmpdump</command></term>
    248249<listitem>
    249 <indexterm zone="ch-system-sysvinit utmpdump"><primary sortas="b-utmpdump">utmpdump</primary></indexterm>
    250250<para>displays the content of the given login file in a more
    251251user-friedly format.</para>
     252<indexterm zone="ch-system-sysvinit utmpdump"><primary sortas="b-utmpdump">utmpdump</primary></indexterm>
    252253</listitem>
    253254</varlistentry>
     
    256257<term><command>wall</command></term>
    257258<listitem>
     259<para>writes a message to all logged-in users.</para>
    258260<indexterm zone="ch-system-sysvinit wall"><primary sortas="b-wall">wall</primary></indexterm>
    259 <para>writes a message to all logged-in users.</para>
    260261</listitem>
    261262</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.