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 .
try
ifconfig
instead...
ip addr show
or
ifconfig
or
hostname -I
精彩评论