Sambhav jain
Sambhav jain

Reputation: 932

Linux ipconfig command

I am a new user of Linux and have freshly installed RHEL5 operating system on 1 of my system. I have chosen DHCP during installation.

Now after installation when I tried to run ipconfig command on the shell prompt I got this message

bash: iconfig: command not found

I am a root user.

I do not understand why am I getting this error. May u please tell me what can be the possible problem and how can I solve it.

Is there any other command to check my current ip .

Upvotes: 0

Views: 3120

Answers (2)

Leong Kok June
Leong Kok June

Reputation: 1

ip addr show

or

ifconfig

or

hostname -I

Upvotes: 0

hvgotcodes
hvgotcodes

Reputation: 120138

try

ifconfig

instead...

Upvotes: 3

Related Questions