Changeset f6e0d38
- Timestamp:
- Jun 24, 2014, 3:55:27 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 0959d10
- Parents:
- ff6229f
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/sysvinit.xml
rff6229f rf6e0d38 155 155 </varlistentry> 156 156 157 <varlistentry id="halt ">157 <varlistentry id="halt-sysv"> 158 158 <term><command>halt</command></term> 159 159 <listitem> … … 163 163 file <filename>/var/log/wtmp</filename> that the system is being 164 164 brought down</para> 165 <indexterm zone="ch-boot-sysvinit halt ">166 <primary sortas="b-halt ">halt</primary>167 </indexterm> 168 </listitem> 169 </varlistentry> 170 171 <varlistentry id="init ">165 <indexterm zone="ch-boot-sysvinit halt-sysv"> 166 <primary sortas="b-halt-sysv">halt</primary> 167 </indexterm> 168 </listitem> 169 </varlistentry> 170 171 <varlistentry id="init-sysv"> 172 172 <term><command>init</command></term> 173 173 <listitem> … … 175 175 the hardware which takes over the boot process and starts all the 176 176 proceses it is instructed to</para> 177 <indexterm zone="ch-boot-sysvinit init ">178 <primary sortas="b-init ">init</primary>177 <indexterm zone="ch-boot-sysvinit init-sysv"> 178 <primary sortas="b-init-sysv">init</primary> 179 179 </indexterm> 180 180 </listitem> … … 193 193 </varlistentry> 194 194 195 <varlistentry id="poweroff ">195 <varlistentry id="poweroff-sysv"> 196 196 <term><command>poweroff</command></term> 197 197 <listitem> 198 198 <para>Tells the kernel to halt the system and switch off the computer 199 199 (see <command>halt</command>)</para> 200 <indexterm zone="ch-boot-sysvinit poweroff ">201 <primary sortas="b-poweroff ">poweroff</primary>202 </indexterm> 203 </listitem> 204 </varlistentry> 205 206 <varlistentry id="reboot ">200 <indexterm zone="ch-boot-sysvinit poweroff-sysv"> 201 <primary sortas="b-poweroff-sysv">poweroff</primary> 202 </indexterm> 203 </listitem> 204 </varlistentry> 205 206 <varlistentry id="reboot-sysv"> 207 207 <term><command>reboot</command></term> 208 208 <listitem> 209 209 <para>Tells the kernel to reboot the system (see 210 210 <command>halt</command>)</para> 211 <indexterm zone="ch-boot-sysvinit reboot ">212 <primary sortas="b-reboot ">reboot</primary>213 </indexterm> 214 </listitem> 215 </varlistentry> 216 217 <varlistentry id="runlevel ">211 <indexterm zone="ch-boot-sysvinit reboot-sysv"> 212 <primary sortas="b-reboot-sysv">reboot</primary> 213 </indexterm> 214 </listitem> 215 </varlistentry> 216 217 <varlistentry id="runlevel-sysv"> 218 218 <term><command>runlevel</command></term> 219 219 <listitem> 220 220 <para>Reports the previous and the current run-level, as noted in 221 221 the last run-level record in <filename>/var/run/utmp</filename></para> 222 <indexterm zone="ch-boot-sysvinit runlevel ">223 <primary sortas="b-runlevel ">runlevel</primary>224 </indexterm> 225 </listitem> 226 </varlistentry> 227 228 <varlistentry id="shutdown ">222 <indexterm zone="ch-boot-sysvinit runlevel-sysv"> 223 <primary sortas="b-runlevel-sysv">runlevel</primary> 224 </indexterm> 225 </listitem> 226 </varlistentry> 227 228 <varlistentry id="shutdown-sysv"> 229 229 <term><command>shutdown</command></term> 230 230 <listitem> 231 231 <para>Brings the system down in a secure way, signaling all processes 232 232 and notifying all logged-in users</para> 233 <indexterm zone="ch-boot-sysvinit shutdown ">234 <primary sortas="b-shutdown ">shutdown</primary>235 </indexterm> 236 </listitem> 237 </varlistentry> 238 239 <varlistentry id="telinit ">233 <indexterm zone="ch-boot-sysvinit shutdown-sysv"> 234 <primary sortas="b-shutdown-sysv">shutdown</primary> 235 </indexterm> 236 </listitem> 237 </varlistentry> 238 239 <varlistentry id="telinit-sysv"> 240 240 <term><command>telinit</command></term> 241 241 <listitem> 242 242 <para>Tells <command>init</command> which run-level to change to</para> 243 <indexterm zone="ch-boot-sysvinit telinit ">244 <primary sortas="b-telinit ">telinit</primary>243 <indexterm zone="ch-boot-sysvinit telinit-sysv"> 244 <primary sortas="b-telinit-sysv">telinit</primary> 245 245 </indexterm> 246 246 </listitem> -
BOOK/final-system/common/systemd.xml
rff6229f rf6e0d38 209 209 <?dbhtml list-presentation="table"?> 210 210 211 <varlistentry id="bootctl"> 212 <term><command>bootctl</command></term> 213 <listitem> 214 <para>Controls the firmware and boot manager settings</para> 215 <indexterm zone="ch-system-systemd bootctl"> 216 <primary sortas="b-bootctl">bootctl</primary> 217 </indexterm> 218 </listitem> 219 </varlistentry> 220 221 <varlistentry id="busctl"> 222 <term><command>busctl</command></term> 223 <listitem> 224 <para>Introspects and monitors the D-Bus bus</para> 225 <indexterm zone="ch-system-systemd busctl"> 226 <primary sortas="b-busctl">busctl</primary> 227 </indexterm> 228 </listitem> 229 </varlistentry> 230 231 <varlistentry id="halt"> 232 <term><command>halt</command></term> 233 <listitem> 234 <para>Halts, powers off, or reboots the machine</para> 235 <indexterm zone="ch-system-systemd halt"> 236 <primary sortas="b-halt">halt</primary> 237 </indexterm> 238 </listitem> 239 </varlistentry> 240 241 <varlistentry id="hostnamectl"> 242 <term><command>hostnamectl</command></term> 243 <listitem> 244 <para>Controls the system hostname</para> 245 <indexterm zone="ch-system-systemd hostnamectl"> 246 <primary sortas="b-hostnamectl">hostnamectl</primary> 247 </indexterm> 248 </listitem> 249 </varlistentry> 250 251 <varlistentry id="init"> 252 <term><command>init</command></term> 253 <listitem> 254 <para>systemd system and service manager</para> 255 <indexterm zone="ch-system-systemd init"> 256 <primary sortas="b-init">init</primary> 257 </indexterm> 258 </listitem> 259 </varlistentry> 260 261 <varlistentry id="journalctl"> 262 <term><command>journalctl</command></term> 263 <listitem> 264 <para>Queries the systemd journal</para> 265 <indexterm zone="ch-system-systemd journalctl"> 266 <primary sortas="b-journalctl">journalctl</primary> 267 </indexterm> 268 </listitem> 269 </varlistentry> 270 271 <varlistentry id="kernel-install"> 272 <term><command>kernel-install</command></term> 273 <listitem> 274 <para>Adds and removes kernel and initramfs images to and from 275 <filename class="directory">/boot</filename></para> 276 <indexterm zone="ch-system-systemd kernel-install"> 277 <primary sortas="b-kernel-install">kernel-install</primary> 278 </indexterm> 279 </listitem> 280 </varlistentry> 281 282 <varlistentry id="localectl"> 283 <term><command>localectl</command></term> 284 <listitem> 285 <para>Controls the system locale and keyboard layout settings</para> 286 <indexterm zone="ch-system-systemd localectl"> 287 <primary sortas="b-localectl">localectl</primary> 288 </indexterm> 289 </listitem> 290 </varlistentry> 291 292 <varlistentry id="loginctl"> 293 <term><command>loginctl</command></term> 294 <listitem> 295 <para>Controls the systemd login manager</para> 296 <indexterm zone="ch-system-systemd loginctl"> 297 <primary sortas="b-loginctl">loginctl</primary> 298 </indexterm> 299 </listitem> 300 </varlistentry> 301 302 <varlistentry id="machinectl"> 303 <term><command>machinectl</command></term> 304 <listitem> 305 <para>Controls the systemd machine manager</para> 306 <indexterm zone="ch-system-systemd machinectl"> 307 <primary sortas="b-machinectl">machinectl</primary> 308 </indexterm> 309 </listitem> 310 </varlistentry> 311 312 <varlistentry id="poweroff"> 313 <term><command>poweroff</command></term> 314 <listitem> 315 <para>Halts, powers off, or reboots the machine</para> 316 <indexterm zone="ch-system-systemd poweroff"> 317 <primary sortas="b-poweroff">poweroff</primary> 318 </indexterm> 319 </listitem> 320 </varlistentry> 321 322 <varlistentry id="reboot"> 323 <term><command>reboot</command></term> 324 <listitem> 325 <para>Halts, powers off, or reboots the machine</para> 326 <indexterm zone="ch-system-systemd reboot"> 327 <primary sortas="b-reboot">reboot</primary> 328 </indexterm> 329 </listitem> 330 </varlistentry> 331 332 <varlistentry id="runlevel"> 333 <term><command>runlevel</command></term> 334 <listitem> 335 <para>Prints previous and current SysV runlevel</para> 336 <indexterm zone="ch-system-systemd runlevel"> 337 <primary sortas="b-runlevel">runlevel</primary> 338 </indexterm> 339 </listitem> 340 </varlistentry> 341 342 <varlistentry id="shutdown"> 343 <term><command>shutdown</command></term> 344 <listitem> 345 <para>Halts, powers off, or reboots the machine</para> 346 <indexterm zone="ch-system-systemd shutdown"> 347 <primary sortas="b-shutdown">shutdown</primary> 348 </indexterm> 349 </listitem> 350 </varlistentry> 351 211 352 <varlistentry id="systemctl"> 212 353 <term><command>systemctl</command></term> … … 225 366 <indexterm zone="ch-system-systemd systemd"> 226 367 <primary sortas="b-systemd">systemd</primary> 368 </indexterm> 369 </listitem> 370 </varlistentry> 371 372 <varlistentry id="systemd-analyze"> 373 <term><command>systemd-analyze</command></term> 374 <listitem> 375 <para>Analyzes system boot-up permformance</para> 376 <indexterm zone="ch-system-systemd systemd-analyze"> 377 <primary sortas="b-systemd-analyze">systemd-analyze</primary> 227 378 </indexterm> 228 379 </listitem> … … 240 391 </varlistentry> 241 392 393 <varlistentry id="systemd-cat"> 394 <term><command>systemd-cat</command></term> 395 <listitem> 396 <para>Connects a pipeline or program's output with the journal</para> 397 <indexterm zone="ch-system-systemd systemd-cat"> 398 <primary sortas="b-systemd-cat">systemd-cat</primary> 399 </indexterm> 400 </listitem> 401 </varlistentry> 402 242 403 <varlistentry id="systemd-cgls"> 243 404 <term><command>systemd-cgls</command></term> … … 271 432 </varlistentry> 272 433 434 <varlistentry id="telinit"> 435 <term><command>telinit</command></term> 436 <listitem> 437 <para>Tells <command>init</command> which run-level to change to</para> 438 <indexterm zone="ch-system-systemd telinit"> 439 <primary sortas="b-telinit">telinit</primary> 440 </indexterm> 441 </listitem> 442 </varlistentry> 443 273 444 <varlistentry id="pam_systemd"> 274 445 <term><filename class="libraryfile">pam_systemd</filename></term>
Note:
See TracChangeset
for help on using the changeset viewer.