OT! There's a file called /dev/log which is a socket:
ls -l /dev/log srw-rw-rw- 1 root root 0 May 4 11:11 /dev/log
How do I create such a file? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Derek Fountain wrote:
OT!
There's a file called /dev/log which is a socket:
ls -l /dev/log srw-rw-rw- 1 root root 0 May 4 11:11 /dev/log
How do I create such a file?
I think you have to use 'mknod' for that. See 'man mknod'. Bye, -- = Martijn van den Burg = = Publications Department, ASML = = Voice: +31 (0)40 2683856 = -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
mknod do not have an option to create socket. It only has these types : p for FIFO b for block (buffered) special file c for char (unbuffered) special file Iyi gunler! Have a nice day! ------------------------------------------------------------------------------- Istanbul Teknik Universitesi Istanbul Technical University Bilisim Enstitusu Informatics Institute Arastirma Gorevlisi Erdal MUTLU Research Assistant Erdal MUTLU ------------------------------------------------------------------------------- On Fri, 1 Sep 2000, Martijn van den Burg wrote:
Derek Fountain wrote:
OT!
There's a file called /dev/log which is a socket:
ls -l /dev/log srw-rw-rw- 1 root root 0 May 4 11:11 /dev/log
How do I create such a file?
I think you have to use 'mknod' for that. See 'man mknod'.
Bye,
-- = Martijn van den Burg = = Publications Department, ASML = = Voice: +31 (0)40 2683856 =
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (3)
-
erdal@saneg.itu.edu.tr
-
fountai@hursley.ibm.com
-
Martijn.van.den.Burg@asml.nl