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