mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +00:00
Add TelnetServer man page
This commit is contained in:
parent
a5e5a3fab7
commit
e7c2467231
1 changed files with 24 additions and 0 deletions
24
Base/usr/share/man/man8/TelnetServer.md
Normal file
24
Base/usr/share/man/man8/TelnetServer.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
TelnetServer - Serenity telnet server
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ TelnetServer [options]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
`TelnetServer` is a basic telnet server for Serenity. By default, it
|
||||||
|
runs on port 23 and provides a shell upon connection.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
* `-p`: Choose different port for TelnetServer to attach to.
|
||||||
|
* `-c`: Choose different program for TelnetServer to run on connection.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ TelnetServer -p 24 -c /usr/bin/nyancat
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue