dirtest.html 735 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <title>dirtest</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>dirtest</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. dirtest - simple subdirectories test
  9. <h3>Synopsis</h3>
  10. /testbin/dirtest
  11. <h3>Description</h3>
  12. dirtest creates and then removes a series of nested directories.
  13. <h3>Requirements</h3>
  14. dirtest uses the following system calls:
  15. <ul>
  16. <li> <A HREF=../syscall/mkdir.html>mkdir</A>
  17. <li> <A HREF=../syscall/rmdir.html>rmdir</A>
  18. <li> <A HREF=../syscall/write.html>write</A>
  19. <li> <A HREF=../syscall/_exit.html>_exit</A>
  20. </ul>
  21. dirtest should run (on SFS filesystems) when the file system
  22. assignment is complete. It will not run on emufs, because emufs does
  23. not support rmdir.
  24. </body>
  25. </html>