Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mimsy!oddjob!hao!boulder!sunybcs!rutgers!lll-lcc!pyramid!hplabs!hplabsz!mayer From: mayer@hplabsz.HPL.HP.COM (Niels Mayer) Newsgroups: comp.unix.wizards Subject: Re: help with missing lost+found! Message-ID: <657@hplabsz.HPL.HP.COM> Date: Tue, 11-Aug-87 20:38:02 EDT Article-I.D.: hplabsz.657 Posted: Tue Aug 11 20:38:02 1987 Date-Received: Sat, 22-Aug-87 18:45:14 EDT References: <180@LOGICON.LOGICON.UUCP> <2836@phri.UUCP> Reply-To: mayer@hplabsz.UUCP (Niels Mayer) Organization: Hewlett-Packard Laboratories Lines: 17 In article <2836@phri.UUCP> roy@phri.UUCP (Roy Smith) writes: >> Using mkdir() doesn't cut it... > >Why not? Doing: > > cd > mkdir lost+found > cd lost+found > for i in `series 1 100`; do touch $i; done > rm * > I vaguely know what the lost+found directory does for a disk partition. Can someone explain the reason for needing 100 empty files in the directory? What happens if you just do mkdir /lost+found and leave it at that? -- Niels.