diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/telnet.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/telnet.1')
| -rw-r--r-- | static/unix-v10/man1/telnet.1 | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/static/unix-v10/man1/telnet.1 b/static/unix-v10/man1/telnet.1 new file mode 100644 index 00000000..84cd878f --- /dev/null +++ b/static/unix-v10/man1/telnet.1 @@ -0,0 +1,92 @@ +.TH TELNET 1 research +.SH NAME +telnet \- user interface to the telnet protocol +.SH SYNOPSIS +.I telnet +[ +.I host +[ +.I port +] +] +.SH DESCRIPTION +.I Telnet +communicates with another host using the TELNET protocol. +If +.I telnet +is invoked without arguments, it prompts +.LR telnet> . +In this mode it accepts the commands listed below. +If it is invoked with arguments, it performs an +.L open +command (see below) with those arguments. +.PP +Once a connection has been opened, +.I telnet +sends typed text to the remote host. +To issue +.I telnet +commands when in input mode, precede them with the +.I telnet +escape character, initially control-]. +.PP +The following commands are available. +Only a unique prefix of the command need be typed. +.TP +\f5open\fP \fIhost\fP [ \fIport\fP ] +Open a connection to the named host. +A missing port number defaults to a +TELNET server. +The +.I host +may be a host name +or an Internet address specified in the `dot notation'. +.TP +.B close +Close a TELNET session and return to command mode. +.TP +.B quit +Close any open TELNET session and exit +.IR telnet . +.TP +\f5escape\fP [ \fIescape-char\fP ] +Set the +.I telnet +escape character. +Control characters may +be specified as +.L ^ +followed by a single +letter. +.TP +.B status +Show the current status of +.IR telnet . +.TP +.B options +Toggle viewing of TELNET options processing. +When viewing is on, all TELNET option negotiations +will be displayed. +Options sent by +.I telnet +are displayed as SENT, options +received as +RCVD. +.TP +.B crmod +Toggle carriage return mode. +When this mode is on, +carriage return characters received from the remote +host map into a carriage return and a line +feed. +.TP +\f5?\fP [ \fIcommand\fP ] +Get help. +With no arguments, print a help summary. +With a command specified, +print information about that command only. +.SH FILES +.F /usr/inet/lib/* +.SH SEE ALSO +.IR dcon (1), +.IR netstat (8) |
