On Fri, 26 Jul 2002, Greg Conway wrote:

> So one solution is to go through and standardise where their .pab files are
> loaded from..... another is to search the entire Linux hard disk for the
> file "global.pab" and replace every instance with a new version of

Uh, STANDARDIZE. But in the meantime:

        chown root.root /tmp/new.pab
        chmod 744 /tmp/new.pab          # make sure the users can read it
        find / -name 'global.pab' -exec cp /tmp/new.pab "{}" \;

But seriously: put a read-only copy in a shared directory somewhere, and 
have everyone point to it. not only is this easier to manage, but you'll 
save a lot of drive space, too.

-- 
"The only thing that helps me maintain my slender grip on reality is the
friendship I share with my collection of singing potatoes."

                        - Holly, JMC Vessel *Red Dwarf*



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to