To find the devices on the given network, use nmap
On RHEL systems,
$ sudo yum install nmap
On Unix Systems
$ sudo apt-get install nmap
$ nmap -sP IPaddress of your network
you can find IPaddress of your network by simply running ifconfig command and can find the pattern of IP address of your own netowork
So, my network has a pattern of 192.168.133....
$ nmap -sP 192.168.133.0/24
This...
Popular Posts
-
To download a youtube video on Centos Follow these commands 1) First of all run the "su" command to get access as a administ...
-
1 Download Java.... You need to download Java Goto the following link http://www.oracle.com/technetwork/java/javase/downloads/in...