Newbie alert!
I want to be able to share my kaddress book and korganizer calender with the other user of this desktop. I've set kontact to use a local file as resource, and have a separate /data partition with sub-directories for /addressbook and /calendar. But I keep having write permission problems. For instance:
returns
-rw-r--r-- 1 root root 27560 2006-08-15 11:22 /data/calendar/std.ics
so I
but this doesn't ask for a sudo password, and the result of ls -l is exactly the same as before. I know this must be a basic mistake- what's going on?
Or even, is there a better way of sharing this sort of application data (and would you be prepared to walk me through applying it?)
I want to be able to share my kaddress book and korganizer calender with the other user of this desktop. I've set kontact to use a local file as resource, and have a separate /data partition with sub-directories for /addressbook and /calendar. But I keep having write permission problems. For instance:
Code:
ls -l data/calendar/std.ics
-rw-r--r-- 1 root root 27560 2006-08-15 11:22 /data/calendar/std.ics
so I
Code:
sudo chmod 777 /data/calendar/std.ics
Or even, is there a better way of sharing this sort of application data (and would you be prepared to walk me through applying it?)
Comment