Telnet: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
'''topic''' kurze Beschreibung | '''topic''' kurze Beschreibung | ||
telnet — user interface to the TELNET protocol | |||
== Beschreibung == | == Beschreibung == | ||
The telnet command is used for interactive communication with another host using the TELNET protocol. It begins in command mode, where it prints a telnet prompt ("telnet> "). If telnet is invoked with a host argument, it performs an open command implicitly; see the description below. | |||
== Installation == | == Installation == | ||
== Syntax == | == Syntax == | ||
$ '''telnet [-468ELadr] [-S tos] [-b address] [-e escapechar] [-l user] [-n tracefile] [host [port]]''' | |||
=== Parameter === | === Parameter === | ||
=== Optionen === | === Optionen === | ||
=== Umgebungsvariablen === | === Umgebungsvariablen === | ||
Telnet uses at least the HOME, SHELL, DISPLAY, and TERM environment variables. Other environment variables may be propagated to the other side via the TELNET NEW-ENVIRON option. | |||
=== Exit-Status === | === Exit-Status === | ||
== Konfiguration == | == Konfiguration == | ||
=== Dateien === | === Dateien === | ||
/etc/telnetrc global telnet startup values | |||
~/.telnetrc user customized telnet startup values | |||
== Anwendungen == | == Anwendungen == | ||
Zeile 54: | Zeile 65: | ||
[[Kategorie:Netzwerkbefehle]] | [[Kategorie:Netzwerkbefehle]] | ||
{{DEFAULTSORT:telnet}} | {{DEFAULTSORT:telnet}} | ||
[[Kategorie:BSD General Commands]] |
Version vom 2. Juli 2022, 10:56 Uhr
topic kurze Beschreibung
telnet — user interface to the TELNET protocol
Beschreibung
The telnet command is used for interactive communication with another host using the TELNET protocol. It begins in command mode, where it prints a telnet prompt ("telnet> "). If telnet is invoked with a host argument, it performs an open command implicitly; see the description below.
Installation
Syntax
$ telnet [-468ELadr] [-S tos] [-b address] [-e escapechar] [-l user] [-n tracefile] [host [port]]
Parameter
Optionen
Umgebungsvariablen
Telnet uses at least the HOME, SHELL, DISPLAY, and TERM environment variables. Other environment variables may be propagated to the other side via the TELNET NEW-ENVIRON option.
Exit-Status
Konfiguration
Dateien
/etc/telnetrc global telnet startup values
~/.telnetrc user customized telnet startup values
Anwendungen
Sicherheit
Dokumentation
RFC
Man-Pages
Info-Pages
Siehe auch
Links
Projekt-Homepage
Weblinks
Einzelnachweise
Testfragen
Testfrage 1
Antwort1
Testfrage 2
Antwort2
Testfrage 3
Antwort3
Testfrage 4
Antwort4
Testfrage 5
Antwort5