home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hplabs!ucbvax!VAX1.BEMIDJI.MSUS.EDU!w1c2l3
- From: w1c2l3@VAX1.BEMIDJI.MSUS.EDU
- Newsgroups: comp.os.vms
- Subject: Request help !
- Message-ID: <00965847.9D4D2780.30461@VAX1.Bemidji.MSUS.EDU>
- Date: 23 Dec 92 18:38:30 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 31
-
- Hi, everybody !
-
- I read a mail (I forgot the name of the sender) about recursive directory
- specification, using this command :
-
- $ CREATE /DIR [.1]
- $ SET FILE /ENTER=[.1]2.DIR 1.DIR
-
- The first time I access 1.DIR, I could see 2.DIR.
- Then, when I access 2.DIR, I could see another 2.DIR, and that 2.DIR seemed
- endless. Everytime I access the next one, I would always see another one,
- kind of getting deeper and deeper.
-
- Can someone please explain to me what in happening ?
-
- I also tried to delete the directory :
- I delete 2.DIR first, since it's lower that 1.DIR, using this command :
- ( I did this after I access 1.DIR)
-
- $ SET PROT:O:D 2.DIR
- $ DEL 2.DIR;*
-
- But, instead I got error message :
- insufficient privilege or file protection violation.
-
- I'd really appreciate any help I could get ?
- Thanks in advance for any of your help.
-
- Tandi
- TS117@VAX1.BEMIDJI.MSUS.EDU
-
-