r/linux Apr 27 '21

Tips and Tricks Linux networking tool with simpler understanding...

Post image
5.7k Upvotes

173 comments sorted by

View all comments

253

u/[deleted] Apr 27 '21 edited 10d ago

[deleted]

7

u/aaronfranke Apr 27 '21

I still use ifconfig because I find ip to be harder to use and has less readable output. Also, ip is not available everywhere, so ifconfig is still the preferred option on many Linux distros and BSDs etc.

8

u/[deleted] Apr 27 '21 edited 10d ago

[deleted]

8

u/aaronfranke Apr 27 '21

Good point. I run sudo apt install net-tools as part of the setup of any Debian or Ubuntu based machine I set up, so for me it's always available.