Computer Science, asked by abhishek61331, 11 months ago

How to get ip address in linux terminal using ifconfig?

Answers

Answered by gurukulamdivya
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