Re: [Evolution] Evo migration problems
- From: Patrick O'Callaghan <poc usb ve>
- To: evolution-list gnome org
- Subject: Re: [Evolution] Evo migration problems
- Date: Mon, 22 Sep 2008 11:47:48 -0430
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]