
eject
List of commands for eject:
-
eject:tldr:1e7ab eject: Eject a floppy drive.$ eject -f ${-mnt-floppy}try on your machineexplain this command
-
eject:tldr:7c8b3 eject: Eject a cd drive.$ eject -r ${-dev-cdrom}try on your machineexplain this command
-
eject:tldr:7e00d eject: Display the default device.$ eject -dtry on your machineexplain this command
-
eject:tldr:e7f2c eject: Eject a tape drive.$ eject -q ${-mnt-tape}try on your machineexplain this command
-
eject:tldr:ea0f3 eject: Eject a specific device (the default order is cd-rom, scsi, floppy and tape).$ eject ${-dev-cdrom}try on your machineexplain this command
-
eject:tldr:ffe8a eject: Toggle whether a device's tray is open or closed.$ eject -T ${-dev-cdrom}try on your machineexplain this command