|
| |||||||||
| Tags: command, ifconfig, ipconfig, linux, linux operating systems |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Ipconfig for Linux
What is the the equivalent ipconfig command in linux operating systems ? |
|
#2
| ||||
| ||||
| Re: Ipconfig for Linux
Linux operating systems have a similar kind of utility called ifconfig, which is a common tool in linux. There are some differences between ipconfig and ifconfig command, however, such as the fact that the DOS/Windows ipconfig does not allow you to make changes to network configuration. |
|
#3
| ||||
| ||||
| Re: Ipconfig for Linux
Refer to this thread first : How to define an IP address on Linux ifconfig (short for interface configurator) is a system administration utility in Unix-like operating systems to configure, control, and query TCP/IP network interface parameters from a command line interface (CLI) or in system configuration scripts. ifconfig originally appeared in 4.2BSD as part of the BSD TCP/IP suite. More here : http://en.wikipedia.org/wiki/Ifconfig Hope this helps.
__________________ The difference between stupidity and genius is that genius has its limits. - Albert Einstein What we think, we become (Please don't think you are a superhero and don't try to fly) "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY" |
|
#4
| ||||
| ||||
| Re: Ipconfig for Linux
The alternative to ipconfig is ifconfig. But the netstat command is also present on linux system as present in windows. netstat in Linux that shows all open ports on your system. To restart the network services Code: # ifconfig -a # ifconfig eth0 plumb # ifconfig eth0 down # ifconfig eth0 up |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Ipconfig for Linux" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ipconfig or ipconfig/all (flashing)not working in Windows Vista Ultimate | Kaylynn | Operating Systems | 9 | 18-04-2011 05:44 AM |
| ipconfig.exe appears only for a fraction of a second | Gracious | Networking & Security | 4 | 27-05-2010 07:20 PM |
| How can i do ipconfig | Santanio | Networking & Security | 4 | 09-02-2009 03:47 PM |
| Problem IPconfig | pelvis | Networking & Security | 4 | 24-12-2008 01:47 PM |
| IPConfig is blank | Ian Fry | Windows Server Help | 4 | 08-06-2008 08:53 AM |