Scan active ip from terminal on network ubuntu

By October 6, 2017Linux
[raw] sudo apt-get install -y nmap
[/raw]

then

[raw] nmap -sn 192.168.1.0/24
[/raw]

Leave a Reply