-2

I have 2 questions :

1) "ifconfig" command is not found in centos 7, i tried to find in /sbin, there also command is not available. Doesn't this essential tool not included in minimal installation ( I use minimal installation of centos.)

2) What related networking tools should in install to get it.

Thanks.

-Praneeth

Praneeth
  • 21
  • 1
  • 1
  • 4

1 Answers1

3

ifconfig command is depricated in rhel 7 and replaced with ip command.If you still need that command please install

           yum install net-tools

For more info please refer to https://bugzilla.redhat.com/show_bug.cgi?id=1119297