<?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>Linux Servers cPanel webhosting blog &#187; find command</title>
	<atom:link href="http://www.theperfectarts.com/tag/find-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 23:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to check user who are using boxtrapper?</title>
		<link>http://www.theperfectarts.com/2009/11/how-to-check-user-who-are-using-boxtrapper/</link>
		<comments>http://www.theperfectarts.com/2009/11/how-to-check-user-who-are-using-boxtrapper/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 20:33:52 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[boxtrapper]]></category>
		<category><![CDATA[boxtrapper users]]></category>
		<category><![CDATA[find command]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=705</guid>
		<description><![CDATA[Now a days boxtrapper is cause high server load in that case we need to check how many users are really using boxtrapper.You can use following simple command to heck the boxtrapper users. root@gunjan[/home]#find /home/*/etc -iname .boxtrapperenable Run above command in /home and you will found out all the users who are using boxtrapper &#169;2010 [...]]]></description>
			<content:encoded><![CDATA[<p>Now a days boxtrapper is cause high server load in that case we need to check how many users are really using boxtrapper.You can use following simple command to heck the boxtrapper users.</p>
<p><span style="color: #800000;">root@gunjan[/home]#find /home/*/etc -iname .boxtrapperenable</span></p>
<p>Run above command in /home and you will found out all the users who are using boxtrapper</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/how-to-check-user-who-are-using-boxtrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change nobody ownership to cpanel user?</title>
		<link>http://www.theperfectarts.com/2009/11/how-to-change-nobody-ownership-to-cpanel-user/</link>
		<comments>http://www.theperfectarts.com/2009/11/how-to-change-nobody-ownership-to-cpanel-user/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:51:04 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[find command]]></category>
		<category><![CDATA[nobody ownership to cpanel user]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=701</guid>
		<description><![CDATA[First you need to found nobody users files than change it to cPanel main user name so that you can change/edit the files without any problem.But its difficult to check ownership one by one for all files in that case you can use following single command root@gunjan[/home/test]#find ./ -user &#8220;nobody&#8221; &#124; xargs chown test.test In [...]]]></description>
			<content:encoded><![CDATA[<p>First you need to found nobody users files than change it to cPanel main user name so that you can change/edit the files without any problem.But its difficult to check ownership one by one for all files in that case you can use following single command</p>
<p><span style="color: #800000;">root@gunjan[/home/test]#find  ./ -user &#8220;nobody&#8221; |  xargs chown test.test</span></p>
<p>In above command find will check all files owned by nobody user and after that it chown will change the ownership to test.test where test is cPanel user name</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/how-to-change-nobody-ownership-to-cpanel-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
