eject.1

来自「操作系统设计与实现源码」· 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 + -
显示快捷键?