I am remotely connected to a system using ssh
and want to run nmap
on a system from there. But every 5 minutes, my SSH connection breaks and so the process running on my shell stops.
How can I run nmap
in the background so that any SSH session can interact with the process?