Re: Solutions for the following use case scenario



On 11.04.2008 16:32, Paul Menzel wrote:
> $ ls -l .gnome2/f-spot/
> insgesamt 100
> drwxr-xr-x 5 x x  4096  9. Apr 22:56 addin-db-001
> -rw-r--r-- 1 x x   606  9. Apr 22:56 addins-setup.config
> -rw-r--r-- 1 x x 83968  9. Apr 23:03 photos.db
> drwxr-xr-x 2 x x  4096  9. Apr 22:56 repository-cache

just wanted to add that you have to set the permissions right. Like it
looks from your listing, the other users have no write access to this
folder.
If all users that want to use it are in the "users" group (to confirm,
"grep users /etc/group"), just type:

"chgrp -R users ~/.gnome2/f-spot"
"chmod -R g+w ~/.gnome2/f-spot"

That's it,
Fabian


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]