home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / internal / 1412 < prev    next >
Encoding:
Internet Message Format  |  1992-10-07  |  1.4 KB

  1. Path: sparky!uunet!wupost!gumby!wmichgw!737ochs
  2. From: 737ochs@gw.wmich.edu
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Finding a users disk name
  5. Message-ID: <1992Oct7.184525.5682@gw.wmich.edu>
  6. Date: 7 Oct 92 18:45:25 EST
  7. References: <1992Oct7.031040.5662@gw.wmich.edu> <7OCT199210243904@carat.arizona.edu> <1992Oct7.122253.1068@galaxy.gov.bc.ca>
  8. Distribution: world,local
  9. Organization: Western Michigan University
  10. Lines: 22
  11.  
  12. In article <1992Oct7.122253.1068@galaxy.gov.bc.ca>, ewilts@galaxy.gov.bc.ca (Ed Wilts) writes:
  13. > In article <7OCT199210243904@carat.arizona.edu>, jms@carat.arizona.edu (A virtually vegetal non-entity) writes:
  14. >> In article <1992Oct7.031040.5662@gw.wmich.edu>, 737ochs@gw.wmich.edu writes...
  15. >>>We don't know how to get the person's disk area name
  16. >>>from their username. We'd like to be able to do cd ~user and have the 
  17. >>>program give us back disk$xxx:[user]. 
  18. >> 
  19. >> Do a $TRNLOG on SYS$LOGIN.  If you just want the device, look at
  20. >> SYS$LOGIN_DEVICE.
  21. > In Unix, cd ~user sets your default directory to that of *another* user. 
  22. > Translating SYS$LOGIN_DEVICE only makes sense if you're looking for your own
  23. > device.
  24.  
  25. Thank you...Almost all of the replies I had told me the same thing...to use
  26. sys$login and sys$login_device, which is only gonna work for my area, (if I'm
  27. using the program)
  28. I guess it's not possible without sys privs, everyone else who didn't tell me
  29. about sys$login has told me that it wasn't possible.
  30.  
  31. Thanks anyway...
  32. Fred Ochs
  33.