diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-27 19:42:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-29 01:02:52 +0700 |
commit | 17d911717e0fc92df04c32b9d3c2f4fb1fd2b561 (patch) | |
tree | 9a46a9818354cc1728484034affa4b7e2bcbe9d7 /system/conspy/README | |
parent | 51c55eca05fa9bd27753c8f9695cddad38701397 (diff) |
system/conspy: Added (take control of a virtual console)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/conspy/README')
-rw-r--r-- | system/conspy/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/conspy/README b/system/conspy/README new file mode 100644 index 0000000000000..6214505103081 --- /dev/null +++ b/system/conspy/README @@ -0,0 +1,8 @@ +conspy (take control of a virtual console) + +Conspy allows the user to take control of a Linux virtual console. +The user can see what is displayed on the console and their keystrokes +are sent to it. + +Actually, conspy needs to be run as root, so "the user" above is a bit +misleading... |