We used to Login to a Linux server, through a PC which was connected to server through serial cable. PC was booted from DOS floppy and program used was `VTERM'.
Is it possible to replace `DOS+VTerm' floppy with `Linux+equivalent software'. -- H.S.Rai http://www.grex.org/~hsrai | Registered Linux User # 223684 http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=223684 : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : kill-proc (killing user process by an user) LOST #285 #!/bin/sh ps -aef | grep $USER echo -en "Process-No to kill : "; read P_ID kill $P_ID ####[bish (at) nde.vsnl.net.in]############################### : ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
