On Fri, Mar 07, 2003 at 04:13:24PM +0530, Sudev Barar wrote: > Guru's > I "accidently" deleted /dev/ttyS0. How can I re-generate this file. I > was trying to link /dev/pilot but did "ln -sf /dev/ttyS0 /dev/pilot" > Now I need the port but I can not seem to figure out how???
[EMAIL PROTECTED]:(10) /dev/MAKEDEV -S ttyS0 mknod -m 0660 /dev/ttyS0 c 4 64 chown root.root /dev/ttyS0 There you go. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
