From 4346778eb16bbe40e046d4e4dd1bf4835c725081 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:46:45 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc642da..5d0364e 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,8 @@ Use [zapper](https://github.com/hackerschoice/zapper): ./zapper -a klog nmap -T0 10.0.0.1/24 # Same but started as a daemon: (./zapper -a klog nmap -T0 10.0.0.1/24 &>nmap.log &) -# Start a tmux and hide tmux and all further processes as some kernel process: +# Replace the existing shell with tmux (with 'exec'). +# Then start and hide tmux and all further processes - as some kernel process: exec ./zapper -f -a'[kworker/1:0-rcu_gp]' tmux ```