/bin/bash -c "exec -a syslogd nmap -T0 10.0.2.1/24"
(exec -a syslogd nmap -T0 10.0.2.1/24") # Note the '(' brackets ')'
# or starting as a background process:
exec -a syslogd nmap -T0 10.0.2.1/24 &>nmap.log &
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.