1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

Base: Clarify that TelnetServer must be run as root

This commit is contained in:
Kyle Anthony Williams 2022-02-19 08:53:45 -05:00 committed by Andreas Kling
parent a732d26a7b
commit 3b61fbf15f

View file

@ -10,7 +10,8 @@ $ TelnetServer [-p port] [-c command]
## Description
TelnetServer is a basic telnet server for Serenity. By default, it
runs on port 23 and provides a shell upon connection.
runs on port 23 and provides a shell upon connection. This program
must be run as root.
## Options