开发者

Linux ipconfig command

开发者 https://www.devze.com 2023-01-18 04:24 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消