home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 19798 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hplabs!ucbvax!VAX1.BEMIDJI.MSUS.EDU!w1c2l3
  2. From: w1c2l3@VAX1.BEMIDJI.MSUS.EDU
  3. Newsgroups: comp.os.vms
  4. Subject: Request help !
  5. Message-ID: <00965847.9D4D2780.30461@VAX1.Bemidji.MSUS.EDU>
  6. Date: 23 Dec 92 18:38:30 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 31
  11.  
  12. Hi, everybody !
  13.  
  14. I read a mail (I forgot the name of the sender) about recursive directory
  15. specification, using this command :
  16.  
  17. $ CREATE /DIR [.1]
  18. $ SET FILE /ENTER=[.1]2.DIR 1.DIR
  19.  
  20. The first time I access 1.DIR, I could see 2.DIR.
  21. Then, when I access 2.DIR, I could see another 2.DIR, and that 2.DIR seemed
  22. endless. Everytime I access the next one, I would always see another one,
  23. kind of getting deeper and deeper.
  24.  
  25. Can someone please explain to me what in happening ?
  26.  
  27. I also tried to delete the directory :
  28. I delete 2.DIR first, since it's lower that 1.DIR, using this command :
  29. ( I did this after I access 1.DIR)
  30.  
  31. $ SET PROT:O:D 2.DIR
  32. $ DEL 2.DIR;*
  33.  
  34. But, instead I got error message :
  35. insufficient privilege or file protection violation.
  36.  
  37. I'd really appreciate any help I could get ?
  38. Thanks in advance for any of your help.
  39.  
  40. Tandi
  41. TS117@VAX1.BEMIDJI.MSUS.EDU
  42.  
  43.