From 1e41a78449022cb1a6bbda9500fff1dc98370d9a Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:54:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1932d..43d2666 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ screen -x MyName Alternatively if there is no Bash: ```sh -cp `which nmap` syslogd +cp "$(command -v nmap)" syslogd PATH=.:$PATH syslogd -T0 10.0.2.1/24 ``` In this example we execute *nmap* but let it appear with the name *syslogd* in *ps alxwww* process list.