home *** CD-ROM | disk | FTP | other *** search
- Submitted-by: ast@cs.vu.nl (Andy Tanenbaum)
-
- Does anyone know what the following program is supposed to do according
- to P1003.1 and why? If the rmdir works, how can things like this be
- implemented in general?
-
- main()
- {
- #include <unistd.h>
-
- mkdir ("D", 0777);
- rmdir("D/.");
- }
-
-
- Andy Tanenbaum (ast@cs.vu.nl)
-
-
- Volume-Number: Volume 27, Number 68
-
-