Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 15:42:41 -0300 (ART)
From:      Fernando Gleiser <fgleiser@cactus.fi.uba.ar>
To:        Tim Singletary <tsingle@vetinsite.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: hard link and schg flag ?
Message-ID:  <20011003153816.C20900-100000@cactus.fi.uba.ar>
In-Reply-To: <15291.22966.892426.726912@macaw.hq.vetinsite.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 3 Oct 2001, Tim Singletary wrote:

> On a 4.4-RELEASE system, I'm trying to understand
>
> It appears that I can't hard link a file whose schg flag is set.
> I've checked `man 1 ln', man 2 link', `man 1 chflags', and `man 2
> chflags' but can't find any good clues about what's happening.

#ifdef WILDGUESS

if the inmutable flags afects the inode rather than the contents of the file
this is a feature, since creating a new hardlink increases the link count
*in the inode* and you cant modify the inode contens.

#endif


Hope this helps.

			Fer


>
> Is this a bug or a feature?
>
> Thanks,
>
> tim
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003153816.C20900-100000>