<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linux中习惯用ip命令代替ifconfig &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/linux%e4%b8%ad%e4%b9%a0%e6%83%af%e7%94%a8ip%e5%91%bd%e4%bb%a4%e4%bb%a3%e6%9b%bfifconfig/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Sun, 07 Feb 2021 22:25:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>linux中习惯用ip命令代替ifconfig</title>
		<link>https://moneyslow.com/linux%e4%b8%ad%e4%b9%a0%e6%83%af%e7%94%a8ip%e5%91%bd%e4%bb%a4%e4%bb%a3%e6%9b%bfifconfig.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sun, 07 Feb 2021 22:25:33 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[linux中习惯用ip命令代替ifconfig]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=12715</guid>

					<description><![CDATA[ip命令工作在OSI 网络栈的两个层上：第二层（数据链路层）和第三层（网络 或 IP）层。它做了之前net-tools包的所有工作。 安装 ip ip命令包含在iproute2util包中,一般都会有，自己想办法安装。 ifconfig 和 ip 使用对比： 查看网口和 IP 地址 如果你想查看主机的 IP 地址或网络接口信息，ifconfig（不带任何参数）命令提供了一个很好的总结： $ ifconfig $ ip address show，或者简写为ip a: $ ip a 添加 IP 地址 使用 ifconfig命令添加 IP 地址命令为： $ ifconfig eth0 add 192.9.203.21 ip类似： $ ip address add 192.9.203.21 dev eth0 ip中的子命令可以缩短，所以下面这个命令同样有效： $ ip addr add 192.9.203.21 dev eth0 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
