<?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>清水的百宝箱 &#187; linux查看用户列表</title>
	<atom:link href="http://www.zouqingshui.net/headingto3/tag/linux%e6%9f%a5%e7%9c%8b%e7%94%a8%e6%88%b7%e5%88%97%e8%a1%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zouqingshui.net</link>
	<description>专心做SEO博客，专业做外贸SEO网站开发，立足莆田致力研究SEO搜索引擎优化及网赚技巧</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Linux下如何查看当前用户列表</title>
		<link>http://www.zouqingshui.net/headingto3/linux-show-user-lis/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-show-user-lis/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:29:17 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux查看用户列表]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=1914</guid>
		<description><![CDATA[Linux下，所有用户的信息都被存在一个叫做/etc/passwd 的文件里，所以要看用户列表可以自己写语句到这里去过滤查看，以下是我最近刚写的一个过滤语句。 cat /etc/passwd&#124;grep -v nologin&#124;grep -v halt&#124;grep -v shutdown&#124;awk -F":" '{ print $1"&#124;"$3"&#124;"$4 }'&#124;more 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: Linux下如何查看当前用户列表 意犹未尽？到处逛逛吧！:)2011-09-23 -- ultra edit如何匹配星号 (0)2008-11-24 -- 〖转〗2小时内不可同吃的相克食物！（3） (0)2010-11-27 -- 广告联盟列表，哦耶。太牛逼了点吧 (0)2009-08-29 -- 什么是爱情、什么是婚姻、什么是生活 (0)2009-07-01 -- 〖经典网文〗到了——才知道 (1)2010-10-30 -- 如何控制html标签li的样式，比如删除前面的点 (0)2009-11-02 -- Nginx host not found in upstream 错误 (1)2011-12-04 -- 最新实战讲解.htaccess文件rewrite规则 (0)2010-12-06 -- 解决phpmyadmin报错误Wrong permissions on [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-show-user-lis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

