How To Find Ip Address Of a server In Linux
“ping hostname”
“ping ipaddress”
One of the Important in networking is To find the IP Address and Host for the network system in the linux .
Today I am posting the These command with Explanation in linux to use in the terminal.
The “ping hostname” or “ping ipaddress” will send ICMP packets to a host computer and the host computer would reply by echoing those packets. It's generally used to test whether a host is active or not.
No comments:
Post a Comment