poweroff.html 746 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>poweroff</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>poweroff</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. poweroff - halt system and power it off
  9. <h3>Synopsis</h3>
  10. /sbin/poweroff
  11. <h3>Description</h3>
  12. poweroff shuts down the system and then turns the system power off.
  13. On platforms where soft power-off is not supported, poweroff functions
  14. the same way as <A HREF=halt.html>halt</A>.
  15. <h3>Requirements</h3>
  16. poweroff uses the <A HREF=../syscall/reboot.html>reboot</A> system call.
  17. <p>
  18. poweroff will function properly even before you do any work on OS/161.
  19. <h3>See Also</h3>
  20. <A HREF=../bin/sync.html>/bin/sync</A><br>
  21. <A HREF=halt.html>halt</A>, <A HREF=reboot.html>reboot</A>
  22. </body>
  23. </html>