<?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>kb.hurricane-ridge.com &#187; nscd</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/nscd/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +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>Flushing nscd&#8217;s cache</title>
		<link>http://kb.hurricane-ridge.com/os/linux/rhel/flushing-nscds-cache</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/rhel/flushing-nscds-cache#comments</comments>
		<pubDate>Tue, 22 Dec 2009 15:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[nscd]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=771</guid>
		<description><![CDATA[By default, in RHEL, nscd is configured to have a persistent cache &#8211; one that is &#8220;stored on the disk and therefore survive[s] a nscd restart or e.g. machine reboot&#8221; according to the nscd.conf man page. To flush the cache, you must run nscd with the &#8220;-i&#8221; flag instead of simply restarting it: sudo nscd [...]]]></description>
			<content:encoded><![CDATA[<p>By default, in RHEL, nscd is configured to have a persistent cache &#8211; one that is &#8220;stored  on  the  disk and therefore survive[s] a nscd restart or e.g. machine reboot&#8221; according to the nscd.conf man page.</p>
<p>To flush the cache, you must run nscd with the &#8220;-i&#8221; flag instead of simply restarting it:</p>
<p><code><br />
sudo nscd -i passwd -i group<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/rhel/flushing-nscds-cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

