eject.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
EJECT(1) Minix Programmer's Manual EJECT(1)
NAME
eject - eject removable media
SYNOPSIS
eject device
DESCRIPTION
Eject tells a device to eject removable media, usually a floppy or CD-
ROM. Eject invokes the DIOCEJECT ioctl on the device. The media will
then be ejected, or allowed to be removed. The call will fail if the
device is still in use.
Tapes can't be unloaded with this command, use mt offline instead.
SEE ALSO
mt(1), hd(4), sd(4).
AUTHOR
Kees J. Bot (kjb@cs.vu.nl)
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?