Saturday, April 20, 2024
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 40513  / 3 Years ago, wed, june 16, 2021, 4:26:32

In windows, I can use netview to see all the computers on the LAN network, but what's the corresponding command on linux?


More From » command-line

 Answers
5

yes you can.



open your terminal and type as who -a . that will list all information .



else you can use nmap also . great network tool.



you can get it by sudo apt-get install nmap



if you assume you IP starts from



192.168.1.1 then you can list all Computers connected with the LAN with this command



nmap 192.168.1.1-255 


The above command will scan from 192.168.1.1 to 192.168.1.255 IP's and list you which is up and which is down .


[#35237] Wednesday, June 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hreadsoplet

Total Points: 220
Total Questions: 108
Total Answers: 105

Location: Serbia
Member since Fri, Jun 3, 2022
2 Years ago
;