You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, September 10th 2004, 12:52am

[kopete] web presence

I've tried useing the web presence to make a wp.html in my public_html folder. That works but every time it updates, it loses the 755 permission setting. Is there a quick fix for that or possibily another way to keep it at 755.

I was thinking of doing a cron job every 5 mins.

2

Monday, September 13th 2004, 1:44am

not sure if it'll work, but try
chown 1755 wp.html
thus setting the "sticky" bit on the file.

3

Monday, September 13th 2004, 6:31am

Re: [kopete] web presence

Quoted

Original von nemo3383

I've tried useing the web presence to make a wp.html in my public_html folder. That works but every time it updates, it loses the 755 permission setting. Is there a quick fix for that or possibily another way to keep it at 755.

I was thinking of doing a cron job every 5 mins.

Why do you want wp.html to be 755? It's not an executable so IMHO it should be 644.

4

Wednesday, September 15th 2004, 3:39am

Well I'm still new to those permissions things in linux. I always learn something. Although I tried using the sticky bit in KDE, but it still reset.