<?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>Server Management Tips by SupportPRO &#187; Linux Basics</title>
	<atom:link href="http://blog.supportpro.com/category/linux-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.supportpro.com</link>
	<description>SupportPRO Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:10:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux command to kill a user</title>
		<link>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/</link>
		<comments>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>
		<category><![CDATA[kill user]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=323</guid>
		<description><![CDATA[skill -STOP -u Username.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STOP/HALT a user   skill -CONT -u Username&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; RESUME already halted user    skill -KILL -u Username&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; KILL and LOGOUT user     skill -KILL -v /dev/pts/*&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; KILL and LOGOUT all users&#160;&#160;&#160;&#160; 
]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2010/06/linux-command-to-kill-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy files from dir1 to dir2 without replacing the existing files on dir2</title>
		<link>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/</link>
		<comments>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>
		<category><![CDATA[copy files]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=314</guid>
		<description><![CDATA[Copy files from dir1 to dir2 without replacing the existing files on dir2
[root@twenty ]# ls
dir1&#160; dir2
[root@twenty ]# ls dir1
a&#160; b&#160; c&#160; d&#160; e&#160; f
[root@twenty ]# ls dir2
a&#160; b&#160; c
 

[root@twenty ]# yes n &#124; cp -i dir1/* dir2 2&#62;/dev/null
[root@twenty ]# ls dir1
a&#160; b&#160; c&#160; d&#160; e&#160; f
[root@twenty ]# ls dir2
a&#160; b&#160; c&#160; d&#160; e&#160; f
]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2010/06/copy-files-from-dir1-to-dir2-without-replacing-the-existing-files-on-dir2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SE Linux</title>
		<link>http://blog.supportpro.com/2007/08/se-linux/</link>
		<comments>http://blog.supportpro.com/2007/08/se-linux/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 06:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Basics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=115</guid>
		<description><![CDATA[SELINUX (Security-Enhanced Linux)
SELinux History
SELinux was originally a development project from the National Security Agency (NSA), Secure Computing corporation (SCC) and others. It is an implementation of SCC and others. It is an implementation of Flask Operating System security architecture. As a step in its evolution, SELinux was integrated into Linux kernel using the Linux Security [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2007/08/se-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
