mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
Add TelnetServer man page
This commit is contained in:
parent
a5e5a3fab7
commit
e7c2467231
Notes:
sideshowbarker
2024-07-19 11:52:21 +09:00
Author: https://github.com/larb0b
Commit: e7c2467231
Pull-request: https://github.com/SerenityOS/serenity/pull/616
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
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