Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Controlling the system

Chapter 9. Controlling the system

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.

eject

eject simply tells a device to open (eject) the drive. Useful for cdrom/DVD drives.

For example the command below would eject the cdrom-drive (if your cdrom is linked to /dev/cdrom):

eject /dev/cdrom

NoteThis won't work unless
 

This will only work if the user has permission to mount the partition. Please see the tip in Section 9.1 for more information.