<?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>InstaCarma Blog &#187; account</title>
	<atom:link href="http://www.instacarma.com/blog/tag/account/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Sat, 10 Mar 2012 21:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to find the number of user accounts via shell ?</title>
		<link>http://www.instacarma.com/blog/technical/how-to-find-the-number-of-user-accounts-via-shell/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-find-the-number-of-user-accounts-via-shell/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:37:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1163</guid>
		<description><![CDATA[Filed under: account, ssh Issue : There is no control panel installed on the server. So, how can the total number of user accounts on the system be determined? Solution: Use the following command to find the total number of accounts on the system : cat /etc/passwd &#124; wc -l Note : This will also [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/account/'>account</a>, <a href='http://www.instacarma.com/blog/tag/ssh/'>ssh</a></p>
<p><strong>Issue : </strong></p>
<p>There is no control panel installed on the server. So, how can the total number of user accounts on the system be determined?<br />
<strong><br />
Solution: </strong></p>
<p>Use the following command to find the<strong> total number of accounts</strong> on the system : </p>
<blockquote><p>cat /etc/passwd | wc -l</p></blockquote>
<p>Note : This will also include system accounts like root, mail etc.</p>
<p>To <strong>list all the accounts</strong> on the system then use the following :</p>
<blockquote><p>cat /etc/passwd | cut -d&#8221;:&#8221; -f1</p></blockquote>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-find-the-number-of-user-accounts-via-shell/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-find-the-number-of-user-accounts-via-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

