Subject: Re: Creating the device special files.
To: Esha <esha@sharada.ncore.soft.net>
From: Michael C. Ibarra <ibarra@hawk.com>
List: netbsd-help
Date: 01/21/1999 05:57:36
At 12:22 PM 1/21/99 +0530, Esha wrote:
>Hi,
>
>Is there any automatic method of creating the device special files under
>/dev directory ? I always created manually using mknod...
>
>Regards
>esha

cd to /dev and do ./MAKEDEV filename, where filename is the device
you wish to create. Most devices are already in there.

-mike