file permissions of a qt dir

Caleb Tennis caleb at aei-tech.com
Sun Nov 24 17:26:29 GMT 2002


On Friday 22 November 2002 01:19 pm, hihihi wrote:

> Can someone give me the original file permissions in red hat 8.0 of the
> files in this dir :
> /usr/lib/qt3-gcc3.2/etc/settings/
>
> These are how it is on my computer after a prog messed with it:
> total 20
> -rw-r--r--    1 root     root           62 May 21  2002 kstylerc
> -rw-r--r--    1 root     root         1226 Sep  3 19:01 qtrc
> drwxr-xr-x    3 root     root         4096 Nov 21 19:27 ..
> -rw-------    1 root     root            0 Nov 21 20:04 .qtrc.lock
> -rw-------    1 root     root            0 Nov 21 21:57 .qt plugins
> 3.0rc.lock -rw-------    1 root     root          108 Nov 21 21:57 qt
> plugins 3.0rc drwxr-xr-x    2 root     root         4096 Nov 21 21:57 .

I don't have the actual settings, but your files are only readable and 
writeable by root.  I would try making them world readable and see if tha 
fixes the problem (chmod 644), and if you need more write permission, make 
them chmod 666 as long as you're not worried about them being overwritten.

Caleb


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list