This is a discussion on How to check permissions ? within the Informix forums, part of the Database Server Software category; --> Hi all, Is it a way (existing shell script, etc.) to check permissions of Informix files used by IDS2000 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, Is it a way (existing shell script, etc.) to check permissions of Informix files used by IDS2000 9.40 ? In other words, is it an existing way to use the $INFORMIXDIR/etc/IDS2000files ? The format of this file should be explained in the file "bin/fileslist.doc", but I can't find it on our server. Many thanks, Philippe |
| ||||
| Ph. Chantry wrote: > Is it a way (existing shell script, etc.) to check permissions of Informix > files used by IDS2000 9.40 ? > > In other words, is it an existing way to use the > $INFORMIXDIR/etc/IDS2000files ? > > The format of this file should be explained in the file "bin/fileslist.doc", > but I can't find it on our server. ixchkperm and ixsetperm in utils_jl in the IIUG Software Archive. You might have to do a little work to deal better with missing files. I think bin/fileslist.doc is an internal (non-distributed) file. It really shouldn't be mentioned in the files you see. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/ |