home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19572 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: 9 Levels of VMS?
  5. Date: 19 Dec 1992 13:19:45 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 32
  8. Distribution: world
  9. Message-ID: <1gv7hhINNlv7@gap.caltech.edu>
  10. References: <1992Dec18.153714.7452@sun1x.actc.res.utc.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Dec18.153714.7452@sun1x.actc.res.utc.com>, scottb@sun1x.actc.res.utc.com (TheLrdLovsAHngn) writes:
  15. >    2) Hide said directories nine levels down.  You'll need a
  16. >       logical to see them yourself, but the casual user won't
  17. >       know to look.  I'm not sure if Analyze will spot this though.
  18. >
  19. >
  20. >What I am wondering is, how can you put something 9 levels down?
  21. >As far as I know, VMS will only let you create up to 7 levels of
  22. >subdirectories?  Is there a way to get 9 levels?  And if so, how?
  23.  
  24. Here's a way to get 26 levels:
  25.  
  26. $ CREATE/DIR disk:[A.B.C.D.E.F.G.H]
  27. $ CREATE/DIR disk:[I.J.K.L.M.N.O.P]
  28. $ CREATE/DIR disk:[Q.R.S.T.U.V.W.X]
  29. $ CREATE/DIR [Y.Z]
  30. $ RENAME disk:[000000]Y.DIR disk:[Q.R.S.T.U.V.W.X]
  31. $ RENAME disk:[000000]Q.DIR disk:[I.J.K.L.M.N.O.P]
  32. $ RENAME disk:[000000]I.DIR disk:[A.B.C.D.E.F.G.H]
  33.  
  34. But only the first 15 are easily accessible:
  35.  
  36. $ DEFINE FUBAR/TRANS=(CONC,TERM) disk:[A.B.C.D.E.F.G.]
  37. $ DIR FUBAR:[*...]
  38. --------------------------------------------------------------------------------
  39. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  40.  
  41. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  42. understanding of astronomy is purely at the amateur level (or below).  So
  43. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  44. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  45. hold me responsible for it, but my organization had nothing to do with it.
  46.