how to charater special files?

2008-09-09 Thread gahn
hi, all: how could i create a character special files (such as crw-rw-rw-)? thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: how to charater special files?

2008-09-09 Thread Manolis Kiagias
gahn wrote: hi, all: how could i create a character special files (such as crw-rw-rw-)? thanks Devices are normally managed by devfs(5). The standard way for creating device files is still mknod(8) (deprecated) ___ freebsd-questions@freebsd.org