home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0068.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  364 b   |  21 lines

  1. Submitted-by: ast@cs.vu.nl (Andy Tanenbaum)
  2.  
  3. Does anyone know what the following program is supposed to do according
  4. to P1003.1 and why? If the rmdir works, how can things like this be
  5. implemented in general?
  6.  
  7.   main()
  8.   {
  9.   #include <unistd.h>
  10.   
  11.     mkdir ("D", 0777);
  12.     rmdir("D/.");
  13.   }
  14.  
  15.  
  16. Andy Tanenbaum (ast@cs.vu.nl)
  17.  
  18.  
  19. Volume-Number: Volume 27, Number 68
  20.  
  21.