On Sun, 2008-09-21 at 20:14 -0400, Kelly J. Morris wrote:
>
> sudo chmod -R ug+rw /home/kelly
> [sudo] password for kelly:
> chmod: cannot access `/home/kelly/.gvfs': Permission denied
Probably irrelevant. .gvfs is a socket used to communicate with the FUSE
daemon and has wierd access restrictions. Don't worry about it.
> and
>
> sudo find /home/kelly -type d -exec chmod ugtx |{|} |;
> bash: syntax error near unexpected token `|'
I don't understand what the '|' is doing here. Maybe you mean:
sudo find /home/kelly -type d -exec chmod ugtx '{}' \;
BTW, why do you want the 't' bit?
poc
_______________________________________________
Evolution-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-list