index.html 752 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>OS/161 Sysadmin binaries</title>
  4. </head>
  5. <body bgcolor=#ffffff>
  6. <h2 align=center>OS/161 Sysadmin binaries (/sbin)</h2>
  7. <p align=center>
  8. <A HREF=..>Top</A> |
  9. <A HREF=../bin>Binaries</A> |
  10. <A HREF=../testbin>Test binaries</A> |
  11. <A HREF=../syscall>System calls</A> |
  12. <A HREF=../libc>C standard library</A> |
  13. <A HREF=../dev>Device drivers</A> |
  14. <A HREF=../misc>Miscellaneous</A>
  15. </p>
  16. <br>
  17. <ul>
  18. <li> <A HREF=dumpsfs.html>dumpsfs</A> - dump information about an
  19. SFS filesystem
  20. <li> <A HREF=halt.html>halt</A> - halt system
  21. <li> <A HREF=mksfs.html>mksfs</A> - create an SFS filesystem
  22. <li> <A HREF=poweroff.html>poweroff</A> - halt system and power it off
  23. <li> <A HREF=reboot.html>reboot</A> - reboot system
  24. </ul>
  25. </body>
  26. </html>