EJECT.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. EJECT(1)                  Minix Programmer's Manual                   EJECT(1)
  2. NAME
  3.      eject - eject removable media
  4. SYNOPSIS
  5.      eject device
  6. DESCRIPTION
  7.      Eject tells a device to eject removable media, usually a  floppy  or  CD-
  8.      ROM.   Eject  invokes  the DIOCEJECT ioctl on the device.  The media will
  9.      then be ejected, or allowed to be removed.  The call  will  fail  if  the
  10.      device is still in use.
  11.      Tapes can't be unloaded with this command, use mt offline instead.
  12. SEE ALSO
  13.      mt(1), hd(4), sd(4).
  14. AUTHOR
  15.      Kees J. Bot (kjb@cs.vu.nl)
  16.                                                                              1