home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / ultrix / 9238 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!news.netmbx.de!netmbx!weis
  3. From: weis@netmbx.netmbx.de (Dietmar Weis)
  4. Subject: SUMMARY: How to specify file attributes for DECnet copy
  5. Organization: netmbx, Berlin, Germany
  6. Date: Mon, 11 Jan 1993 08:38:46 GMT
  7. Message-ID: <FBO0ZDI@netmbx.netmbx.de>
  8. Lines: 28
  9.  
  10. Thanks to everyone who replied.
  11.  
  12. I was pointed to the following things:
  13.  
  14. 1. To get Ultrix file names you have to explicitly name the target file
  15. in the COPY command on the VMS node:
  16. $ copy foo.bar ultrix_node"account password"::"foo.bar"
  17. If the name changes or you don't know it, you have to build it on the fly,
  18. parsing the parameterlist or sys$input or whatever.
  19.  
  20. 2. To change the umask of files created by fal on Ultrix, you have to
  21. change the fal object in the decnet object data base:
  22. # ncp def object fal file /etc/fal_params
  23. for example. The file /etc/fal_params then sets the umask and other things
  24. and finally execs /usr/etc/fal:
  25.  
  26. setenv fal_umask 73 
  27. exec /usr/etc/fal
  28.  
  29. the umask has to be specified *decimal*. This is described in the DECnet
  30. for Ultrix Release Notes.
  31.  
  32. Dietmar
  33. -- 
  34. weis@netmbx.netmbx.de       | Dietmar Weis         DONOP CONSULT GmbH
  35. Voice: +49 30 884 28 54-0   |                      Uhlandstrasse 179/180
  36. Fax:   +49 30 882 55 29     |                      D - 1000 Berlin 12
  37.                      I don't speak for my company!
  38.