<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：Linux系统信息查看命令大全</title>
	<atom:link href="http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/</link>
	<description>关注Web开发技术，关注Internet。</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:30:30 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：VPS 学习笔记 - Debian WEB服务器架设篇 - 寂静街</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-21288</link>
		<dc:creator>VPS 学习笔记 - Debian WEB服务器架设篇 - 寂静街</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-21288</guid>
		<description>[...] http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/" rel="nofollow">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Linux系统信息查看命令大全 &#124; PHPZ 动手吧！学PHP!</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-21233</link>
		<dc:creator>Linux系统信息查看命令大全 &#124; PHPZ 动手吧！学PHP!</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-21233</guid>
		<description>[...] 版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Linux系统信息查看命令大全 at Nova&#8217;s Life</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-11377</link>
		<dc:creator>Linux系统信息查看命令大全 at Nova&#8217;s Life</dc:creator>
		<pubDate>Mon, 08 Dec 2008 12:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-11377</guid>
		<description>[...] 版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接 http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接 <a href="http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。" rel="nofollow">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：系统装机软件大全 &#187; 在这里Linux系统信息查看命令大全</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-10591</link>
		<dc:creator>系统装机软件大全 &#187; 在这里Linux系统信息查看命令大全</dc:creator>
		<pubDate>Sat, 26 Jul 2008 20:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-10591</guid>
		<description>[...] Linux系统信息查看命令大全版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。看Linux系统版本主要采用的方法。登录到服务器执行lsb_release -a，即可列出所有版本信息。登录到linux执行cat /etc/redhat-release，或登录到linux执行rpm -q redhat-release。 另外这里还有非常多的命令，可以作为参考。 系统# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有USB设备# lsmod # 列出加载的内核模块# env # 查看环境变量资源# free -m # 查看内存使用量和交换区使用量# df -h # 查看各分区使用情况# du -sh &lt;目录名&gt; # 查看指定目录的大小# grep MemTotal /proc/meminfo # 查看内存总量# grep MemFree /proc/meminfo # 查看空闲内存量# uptime # 查看系统运行时间、用户数、负载# cat /proc/loadavg # 查看系统负载磁盘和分区# mount &#124; column -t # 查看挂接的分区状态# fdisk -l # 查看所有分区# swapon -s # 查看所有交换分区# hdparm -i /dev/hda # 查看磁盘参数(仅适用于IDE设备)# dmesg &#124; grep IDE # 查看启动时IDE设备检测状况网络# ifconfig # 查看所有网络接口的属性# iptables -L # 查看防火墙设置# route -n # 查看路由表# netstat -lntp # 查看所有监听端口# netstat -antp # 查看所有已经建立的连接# netstat -s # 查看网络统计信息进程# ps -ef # 查看所有进程# top # 实时显示进程状态用户# w # 查看活动用户# id &lt;用户名&gt; # 查看指定用户信息# last # 查看用户登录日志# cut -d: -f1 /etc/passwd # 查看系统所有用户# cut -d: -f1 /etc/group # 查看系统所有组# crontab -l # 查看当前用户的计划任务服务# chkconfig &#8211;list # 列出所有系统服务# chkconfig &#8211;list &#124; grep on # 列出所有启动的系统服务程序# rpm -qa # 查看所有安装的软件包&gt;&gt;&gt;KEYAUTOBLOG [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux系统信息查看命令大全版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/以及本声明。看Linux系统版本主要采用的方法。登录到服务器执行lsb_release -a，即可列出所有版本信息。登录到linux执行cat /etc/redhat-release，或登录到linux执行rpm -q redhat-release。 另外这里还有非常多的命令，可以作为参考。 系统# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有USB设备# lsmod # 列出加载的内核模块# env # 查看环境变量资源# free -m # 查看内存使用量和交换区使用量# df -h # 查看各分区使用情况# du -sh &lt;目录名&gt; # 查看指定目录的大小# grep MemTotal /proc/meminfo # 查看内存总量# grep MemFree /proc/meminfo # 查看空闲内存量# uptime # 查看系统运行时间、用户数、负载# cat /proc/loadavg # 查看系统负载磁盘和分区# mount | column -t # 查看挂接的分区状态# fdisk -l # 查看所有分区# swapon -s # 查看所有交换分区# hdparm -i /dev/hda # 查看磁盘参数(仅适用于IDE设备)# dmesg | grep IDE # 查看启动时IDE设备检测状况网络# ifconfig # 查看所有网络接口的属性# iptables -L # 查看防火墙设置# route -n # 查看路由表# netstat -lntp # 查看所有监听端口# netstat -antp # 查看所有已经建立的连接# netstat -s # 查看网络统计信息进程# ps -ef # 查看所有进程# top # 实时显示进程状态用户# w # 查看活动用户# id &lt;用户名&gt; # 查看指定用户信息# last # 查看用户登录日志# cut -d: -f1 /etc/passwd # 查看系统所有用户# cut -d: -f1 /etc/group # 查看系统所有组# crontab -l # 查看当前用户的计划任务服务# chkconfig &#8211;list # 列出所有系统服务# chkconfig &#8211;list | grep on # 列出所有启动的系统服务程序# rpm -qa # 查看所有安装的软件包&gt;&gt;&gt;KEYAUTOBLOG [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：charlee</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-8096</link>
		<dc:creator>charlee</dc:creator>
		<pubDate>Mon, 14 Jan 2008 02:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-8096</guid>
		<description>@jackie 谢谢说明，期待你的翻译 :D</description>
		<content:encoded><![CDATA[<p>@jackie 谢谢说明，期待你的翻译 :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jackie</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-8089</link>
		<dc:creator>jackie</dc:creator>
		<pubDate>Fri, 11 Jan 2008 13:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-8089</guid>
		<description>http://www.linuxguide.it/linux_commands_line_en.htm 上面有比较详细的,我最近在翻译, http://www.hinn.cn/2008/01/linux_command_1.html .</description>
		<content:encoded><![CDATA[<p><a href="http://www.linuxguide.it/linux_commands_line_en.htm" rel="nofollow">http://www.linuxguide.it/linux_commands_line_en.htm</a> 上面有比较详细的,我最近在翻译, <a href="http://www.hinn.cn/2008/01/linux_command_1.html" rel="nofollow">http://www.hinn.cn/2008/01/linux_command_1.html</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：charlee</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-8088</link>
		<dc:creator>charlee</dc:creator>
		<pubDate>Fri, 11 Jan 2008 12:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-8088</guid>
		<description>@fcicq 原谅我吧，犯了点懒直接都写成#了。sdparm倒是第一次听说，学习一下。mount是说mount column 吗？不过格式倒是好看了很多...</description>
		<content:encoded><![CDATA[<p>@fcicq 原谅我吧，犯了点懒直接都写成#了。sdparm倒是第一次听说，学习一下。mount是说mount column 吗？不过格式倒是好看了很多&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：fcicq</title>
		<link>http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/comment-page-1/#comment-8087</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Fri, 11 Jan 2008 09:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://tech.idv2.com/2008/01/11/linux-sysinfo-cmds/#comment-8087</guid>
		<description>1 不是所有的命令都需要 root 权限 
2 sata 也可用 hdparm, 同时也有 sdparm.
3 mount 这么用的话有点太长?</description>
		<content:encoded><![CDATA[<p>1 不是所有的命令都需要 root 权限<br />
2 sata 也可用 hdparm, 同时也有 sdparm.<br />
3 mount 这么用的话有点太长?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
