Subject: Re: misc/6166: No obvious documentation on symlink modes
To: None <perry@piermont.com>
From: Dave Sainty <dave@dtsp.co.nz>
List: netbsd-bugs
Date: 09/17/1998 11:43:05
"Perry E. Metzger" writes:

> Dave Sainty writes:
> > It wasn't "how" to do it, but what it means.
> > 
> > If I go:
> > 
> > 	ln -s =sh y
> > 	chmod -h u+s y
> > 	ls -la y
> > 
> > I get:
> > 
> > 	lrws------  1 dave  user  7 Sep 16 10:00 y@ -> /bin/sh
> > 
> > Now, what does this mean?
> 
> Nothing. It means nothing. Why do you assume it must mean something?

Because otherwise I'd have to assume it meant nothing. :)  Either way
I'd be guessing.

So I assumed neither, and went to the documentation to find out.  But
the documentation couldn't clear the question up for me, which I think
is a problem.

And I think Chris is right, the documentation on all modes on symlinks
is sparce.  I think it's information that should be covered in the
documentation.  It's just the right thing to do, right?  (Doing this
follows the general trend of other functions that the documentation
performs :) ).

Cheers,

Dave