<?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>ServerSignature Linux Community Support Blog Page &#187; root</title>
	<atom:link href="http://support.serversignature.com/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:59:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>setuid for programs</title>
		<link>http://support.serversignature.com/security/setuid-for-programs/</link>
		<comments>http://support.serversignature.com/security/setuid-for-programs/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:01:53 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[setuid]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=124</guid>
		<description><![CDATA[setuid program are programs, which runs as owner of the program, rather than the user executing the program.
root@laptop:~# ls -l `which su`
-rwsr-xr-x 1 root root 31012 2009-04-04 11:19 /bin/su
root@laptop:~# ls -l `which sudo`
-rwsr-xr-x 1 root root 115136 2009-02-17 08:52 /usr/bin/sudo
root@laptop:~#

]]></description>
		<wfw:commentRss>http://support.serversignature.com/security/setuid-for-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mail alert on root login</title>
		<link>http://support.serversignature.com/security/mail-alert-on-root-login/</link>
		<comments>http://support.serversignature.com/security/mail-alert-on-root-login/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:10:54 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=35</guid>
		<description><![CDATA[put in root user .bashrc file
echo 'ALERT- Root Access on:' `date` `who` &#124; mail -s "Alert: Root Access from `who &#124; cut -d"(" -f2 &#124; cut -d")" -f1`" admin@serversignature.com
or 
echo 'ALERT- Root Access on:' `date` `who` &#124; mail -s "Alert: Root Access from `who --i&#124;grep root`" admin@serversignature.com
]]></description>
		<wfw:commentRss>http://support.serversignature.com/security/mail-alert-on-root-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set mysql root password</title>
		<link>http://support.serversignature.com/lamp/set-mysql-root-password/</link>
		<comments>http://support.serversignature.com/lamp/set-mysql-root-password/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 07:57:38 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=13</guid>
		<description><![CDATA[Set mysql root password
Before accessing the database by console you need to type:
mysql -u root
At the mysql console type:
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword');
]]></description>
		<wfw:commentRss>http://support.serversignature.com/lamp/set-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
