Am 13.10.2011 20:01, schrieb Rick Stevens:
> If not, as root, change the permissions and delete the
> ~username/.ICEauthority file:
> 
>       sudo chown username ~/username
>       sudo chmod u+rwx ~/username
>       sudo rm -f ~/username/.ICEauthority

first: sudo is not enabled by default and if you are root not needed
second: doing this as root is a little strange

why?
~/username = /root/username
the only luck is that this path do not exist

WTF - do not work with ~ in context of different users/userhomes and
give always ABSOLUTE PATHS  if you deal with chown/chmod/chgrp

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to