Resolving Mac From IP Linux Bash
Page 1 of 1
Resolving Mac From IP Linux Bash
Get4linux link below so it works and you will need sudo
- Code:
sudo fing 10.9.8.0/24
sudo fing 192.168.0.0/24
sudo fing 10.9.8.0/24
fing --interactive
Usage:
# Run script
#!/bin/bash
# ./run.sh
sudo fing 192.168.0.0/24
Run_ip file:
#!/bin/bash
# ./run_ip.sh "192.168.0.0"
myvar="$@"
sudo fing "$myvar"/24
unix.stackexchange.com/questions/120153/resolving-mac-address-from-ip-address-in-linux
lookatlan.com/getfing4linux
google.co.uk/search?q=fing+for+linux&gws_rd=cr,ssl&ei=KBfYV4nSIMWUgAb68I3YBg
Similar topics
» Bash Psychic Game For Linux Bash
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Linux Bash Asci Art
» W3M Linux BASH Commands
» Linux Xmessege Bash Example
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Linux Bash Asci Art
» W3M Linux BASH Commands
» Linux Xmessege Bash Example
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum