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