Subject: Re: Creating the device special files.
To: Esha <esha@sharada.ncore.soft.net>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: netbsd-help
Date: 01/21/1999 11:26:37
On Thu, Jan 21, 1999 at 12:22:18PM +0530, Esha wrote:
> Hi,
> 
> Is there any automatic method of creating the device special files under
> /dev directory ? I always created manually using mknod...

cd /dev; sh MAKEDEV all

However, that only calls mknod a couple of times.

	-is