From owner-freebsd-questions Wed Oct 31 6: 7:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id B97DD37B401 for ; Wed, 31 Oct 2001 06:07:56 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 31 Oct 2001 14:07:45 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 15yw0z-0001cE-00; Wed, 31 Oct 2001 14:06:45 +0000 Date: Wed, 31 Oct 2001 14:06:45 +0000 (GMT) From: Jan Grant X-X-Sender: To: Dmitry Yakovlev Cc: questions , "Jon.Molin" Subject: Re: /tmp space - new facts In-Reply-To: <200110311400.RAA09506@ns.nonel.pu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 31 Oct 2001, Dmitry Yakovlev wrote: > > Questions are: > 1) Does files withot name (only with inode) > can exist in FreeBSD? > 2) If can, by what way I may create it? int fd = open(fname, ...); unlink (fname); ... /* use the file pointed to by fd */ close(fd); /* file resources released */ This is the way unix behaves. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Hang on, wasn't he holding a wooden parrot? No! It was a porcelain owl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message