old-www/LDP/GNU-Linux-Tools-Summary/html/controlling-the-system.html

241 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Controlling the system</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="GNU/Linux Command-Line Tools Summary"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Finding information about partitions"
HREF="hard-disk-partition-info.html"><LINK
REL="NEXT"
TITLE="Mounting and Unmounting (Floppy/CDROM/Hard-drive Partitions)"
HREF="mounting-and-unmounting.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>GNU/Linux Command-Line Tools Summary</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="hard-disk-partition-info.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="mounting-and-unmounting.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="CONTROLLING-THE-SYSTEM"
></A
>Chapter 9. Controlling the system</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>9.1. <A
HREF="mounting-and-unmounting.html"
>Mounting and Unmounting (Floppy/CDROM/Hard-drive Partitions)</A
></DT
><DT
>9.2. <A
HREF="shutting-down.html"
>Shutting Down/Rebooting the System</A
></DT
><DT
>9.3. <A
HREF="controlling-processes.html"
>Controlling Processes</A
></DT
><DT
>9.4. <A
HREF="controlling-services.html"
>Controlling services</A
></DT
></DL
></DIV
><P
>The controlling the system chapter details commands that you may wish to use to interact with devices on your system and then details how to control processes and services/daemons.</P
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
>eject<EM
></EM
></DT
><DD
><P
>eject simply tells a device to open (eject) the drive. Useful for cdrom/DVD drives.</P
><P
>For example the command below would eject the cdrom-drive (if your cdrom is linked to /dev/cdrom):</P
><TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="90%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
>eject /dev/cdrom</PRE
></FONT
></TD
></TR
></TABLE
><DIV
CLASS="NOTE"
><P
></P
><TABLE
CLASS="NOTE"
WIDTH="90%"
BORDER="0"
><TR
><TD
WIDTH="25"
ALIGN="CENTER"
VALIGN="TOP"
><IMG
SRC="../images/note.gif"
HSPACE="5"
ALT="Note"></TD
><TH
ALIGN="LEFT"
VALIGN="CENTER"
><B
>This won't work unless</B
></TH
></TR
><TR
><TD
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="TOP"
><P
>
This will only work if the user has permission to mount the partition. Please see the tip in <A
HREF="mounting-and-unmounting.html"
>Section 9.1</A
> for more information.</P
></TD
></TR
></TABLE
></DIV
><P
></P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="hard-disk-partition-info.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="mounting-and-unmounting.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Finding information about partitions</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Mounting and Unmounting (Floppy/CDROM/Hard-drive Partitions)</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>