mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue