Update README.md

This commit is contained in:
skyper
2023-11-10 09:54:10 +00:00
committed by GitHub
parent 9195ace1bf
commit 1e41a78449
+1 -1
View File
@@ -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.