Question

Is there a command within the bash shell of fedora that will give me the currently assigned IP address?

Was it helpful?

Solution

ifconfig is what you're looking for

OTHER TIPS

Try the following command:

ipconfig getifaddr eth0
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top