Re: UNIX I/O [message #22689] |
Tue, 05 December 2000 19:59 |
Nick Bower
Messages: 43 Registered: June 1999
|
Member |
|
|
and don't forget about the unix sudo utility. this will help if the person isn't the owner.
|
|
|
Re: UNIX I/O [message #22704 is a reply to message #22689] |
Tue, 05 December 2000 00:00  |
Paul van Delst
Messages: 364 Registered: March 1997
|
Senior Member |
|
|
JMD wrote:
>
> to change unix file attribute from idl :
>
> spawn,'chmod 777 file'
This will only work if you're the owner of the file in question.
Is it the system defaulting to read-only output, or are the users themselves setting the files as
read only?
If it's the former, then change the system default, or get people to stick a "umask" command in
their login script (sorta like a chmod but opposite).
If it's the latter, ask them not to do it. :o)
paulv
--
Paul van Delst Ph: (301) 763-8000 x7274
CIMSS @ NOAA/NCEP Fax: (301) 763-8545
Rm.207, 5200 Auth Rd. Email: pvandelst@ncep.noaa.gov
Camp Springs MD 20746
|
|
|
|