
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Can't Change ownership of symlink
- Date: Tue, 03 Jul 2007 11:03:54 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Can't Change ownership of symlink
- References: <7d27112b0706261839w163745f2sabbcd981470b080a@mail.gmail.com> <4681C327.3050502@sonic.net> <7d27112b0706261928q14918773m4c4d304a83c0f91c@mail.gmail.com> <4681CECE.4070607@dcook.org> <7d27112b0706262006g4146e563mfdaf2246382f6165@mail.gmail.com> <87zm2m2fop.fsf@uwakimon.sk.tsukuba.ac.jp> <4681E8D1.8080708@sonic.net> <7d27112b0706270206r6cf715bbt890751afe181340@mail.gmail.com> <7d27112b0706270231l5f950aaase0092a0519a6c0@mail.gmail.com> <f118b8b90706270253s4760e135j3ed341a7272416a1@mail.gmail.com> <87ps3h39zl.fsf@uwakimon.sk.tsukuba.ac.jp> <Pine.NEB.4.64.0707030523060.29360@homeric.cynic.net>
Curt Sampson writes:
> On Wed, 27 Jun 2007, Stephen J. Turnbull wrote:
>
> > Dave, you could try "chmod ~ 0771". That lets Apache (and anybody
> > else, for that matter) traverse (via `cd') your home directory, but
> > not read it.
>
> Assuming you are the sole member of the group that owns your home dir,
> of course. "chmod ~ 0751" would be rather safer....
OK, make that "if test -d ~; then chmod ~ o=x; else echo WTF: ~ is not
a directory; fi". ;-)
Home |
Main Index |
Thread Index