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

操作系统开发

开发平台:

C/C++

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