<?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>Cyber Sprocket Labs &#187; files</title>
	<atom:link href="http://www.cybersprocket.com/category/system-administration/files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybersprocket.com</link>
	<description>Intelligent Software Solutions</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:40:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Find To Help Manage Files On Linux</title>
		<link>http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/</link>
		<comments>http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 17:00:09 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=2165</guid>
		<description><![CDATA[We found a system administration problem on a  server today that was being caused by incorrect directory permissions.  Any email that passes through the server-wide spam filter was not going through because of permissions on the /home/&#60;domaindir-here&#62;/etc directory.  That directory needs to be owned by mail. Here is a quick way to update those directories: [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2009/system-administration/linux_file_management/' rel='bookmark' title='Permanent Link: Linux File Management'>Linux File Management</a></li>
<li><a href='http://www.cybersprocket.com/2010/tips-tricks/finding-which-linux-packages-provide-which-files/' rel='bookmark' title='Permanent Link: Finding Which Linux Packages Provide Which Files'>Finding Which Linux Packages Provide Which Files</a></li>
<li><a href='http://www.cybersprocket.com/2009/project-management/linux_user_management/' rel='bookmark' title='Permanent Link: Linux User Management'>Linux User Management</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Which Linux Packages Provide Which Files</title>
		<link>http://www.cybersprocket.com/2010/tips-tricks/finding-which-linux-packages-provide-which-files/</link>
		<comments>http://www.cybersprocket.com/2010/tips-tricks/finding-which-linux-packages-provide-which-files/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:44:54 +0000</pubDate>
		<dc:creator>EricR</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=1279</guid>
		<description><![CDATA[There have been multiple situations where I find out that I need a particular file to continue with something I am doing. Most of the time this happens when I am compiling a program. I will be missing a library, or header file, or something. So I end up on search engines looking for whatever [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/' rel='bookmark' title='Permanent Link: Using Find To Help Manage Files On Linux'>Using Find To Help Manage Files On Linux</a></li>
<li><a href='http://www.cybersprocket.com/2010/programming-languages/python/python-importing-packages/' rel='bookmark' title='Permanent Link: Python: Importing Packages'>Python: Importing Packages</a></li>
<li><a href='http://www.cybersprocket.com/2009/system-administration/linux_file_management/' rel='bookmark' title='Permanent Link: Linux File Management'>Linux File Management</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2010/tips-tricks/finding-which-linux-packages-provide-which-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux File Management</title>
		<link>http://www.cybersprocket.com/2009/system-administration/linux_file_management/</link>
		<comments>http://www.cybersprocket.com/2009/system-administration/linux_file_management/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:50:44 +0000</pubDate>
		<dc:creator>lcleveland</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.cybersprocket.com/?p=632</guid>
		<description><![CDATA[Note About Security: Best practices dictate that the security of your directories and files should be set to least privileges granted to get the job done. That means don&#8217;t open up the security of a directory or a file just to make it work. Know what you need to accomplish your goal and don&#8217;t open [...]


Related posts:<ol><li><a href='http://www.cybersprocket.com/2009/project-management/linux_user_management/' rel='bookmark' title='Permanent Link: Linux User Management'>Linux User Management</a></li>
<li><a href='http://www.cybersprocket.com/2010/system-administration/using-find-to-help-manage-files-on-linux/' rel='bookmark' title='Permanent Link: Using Find To Help Manage Files On Linux'>Using Find To Help Manage Files On Linux</a></li>
<li><a href='http://www.cybersprocket.com/2010/system-administration/linux_system_management/' rel='bookmark' title='Permanent Link: Scheduling Linux Apps'>Scheduling Linux Apps</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.cybersprocket.com/2009/system-administration/linux_file_management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
