You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
358 B
Plaintext

# eject
# eject removable media
# You can also close the tray using certain options.
# Eject any available device
# CD-ROM, floppy disk, tape, or JAZ or ZIP disk
eject
# Eject a device by its name
eject /dev/cdrom
# Close the tray using eject command
eject -t
# Lock the hardware eject button
eject -i on
# Unlock the hardware eject button
eject -i off