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
commit 3b61fbf15f
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00

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