How to get the Linux terminal via null-modem cable on-the-fly (without editing /etc/inittab file)?

link|improve this question
feedback

migrated from stackoverflow.com Apr 15 '11 at 8:58

This question came from our site for professional and enthusiast programmers.

2 Answers

Run a getty (such as agetty or mgetty) against the appropriate device.

link|improve this answer
feedback

Try minicom.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown