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.
[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.
not sure if it'll work, but try
chown 1755 wp.html
thus setting the "sticky" bit on the file.
Re: [kopete] web presence
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.
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.