Difference between revisions of "ifconfig"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Woozle moved page ifconfig (Linux command) to ifconfig without leaving a redirect: consolidating this with the other one that's mainly the manpage)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=={{hide|navbar}}==
+
==About==
{{Linuxcmdhdr|ifconfig}}{{seed}}
+
[[ifconfig]] is the [[Linux]] equivalent to the [[Windows (Microsoft)|Windows]] command [[ipconfig]], although unlike ipconfig it does not return information about [[DNS]] settings.
[[ifconfig (Linux command)|ifconfig]] is the [[Linux]] equivalent to the [[Windows (Microsoft)|Windows]] command [[ipconfig]], although unlike ipconfig it does not return information about [[DNS]] settings.
+
{{seed}}
 +
==Inlinks==
 +
* [[/manpage]]: old transcription of the ifconfig [[manpage]]
 
==Reference==
 
==Reference==
* {{wikipedia|Ifconfig}}
+
* {{wikipedia}}
 
==Notes==
 
==Notes==
 +
Apparently ifconfig is now (2018) considered deprecated, and <code>ip a</code> should be used instead.
 +
 
Commands related to [[DHCP]], which provides the [[DNS]] settings (not shown by ifconfig) at the same time as it sets the adapter's [[IP address]] (which is shown by ifconfig):
 
Commands related to [[DHCP]], which provides the [[DNS]] settings (not shown by ifconfig) at the same time as it sets the adapter's [[IP address]] (which is shown by ifconfig):
 
* {{Linuxcmd|dhcpcd}}: the DHCP [[client (computing)|client]] [[daemon]]
 
* {{Linuxcmd|dhcpcd}}: the DHCP [[client (computing)|client]] [[daemon]]

Latest revision as of 00:31, 17 September 2018

About

ifconfig is the Linux equivalent to the Windows command ipconfig, although unlike ipconfig it does not return information about DNS settings.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Inlinks

Reference

Notes

Apparently ifconfig is now (2018) considered deprecated, and ip a should be used instead.

Commands related to DHCP, which provides the DNS settings (not shown by ifconfig) at the same time as it sets the adapter's IP address (which is shown by ifconfig):