How to get ip address in linux terminal using ifconfig?
Answers
Answered by
0
Answer:
ifconfig eth0
Explanation:
ifconfig command is generally available under /sbin directory. So you will need root or sudo access to run this on many of operating systems.
Similar questions