home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / shutdown.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  1.0 KB  |  29 lines

  1.  
  2.  -- shutdown --
  3.  
  4. A command for shutting down (and/or rebooting) the computer.
  5.  
  6. Usage:
  7.   shutdown [-T] [-e] [-f] [-r]
  8.  
  9. This command causes the system to shut down.  If the (optional) '-e'
  10. parameter is supplied, then 'shutdown' will attempt to eject the boot
  11. medium (if applicable, such as a CD-ROM).  If the (optional) '-f' parameter
  12. is supplied, then it will attempt to ignore errors and shut down
  13. regardless.  Use this flag with caution if filesystems do not appear to be
  14. unmounting correctly; you may need to back up unsaved data before shutting
  15. down.  If the (optional) '-r' parameter is supplied, then it will reboot
  16. the computer rather than simply halting.
  17.  
  18. In graphics mode, the program prompts the user to select 'reboot' or
  19. 'shut down'.  If the system is currently booted from a CD-ROM, the dialog
  20. box also offers a checkbox to eject the disc.  If the '-r' parameter is
  21. used, the dialog will not appear and the computer will reboot.
  22.  
  23. Options:
  24. -T  : Force text mode operation.
  25. -e  : Eject the boot medium.
  26. -f  : Force shutdown and ignore errors.
  27. -r  : Reboot.
  28.  
  29.