<?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>Wed, 08 Feb 2012 05:58:30 +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>Command to delete the session files from the tmp.</title>
		<link>http://www.theperfectarts.com/2011/10/command-to-delete-the-session-files-from-the-tmp/</link>
		<comments>http://www.theperfectarts.com/2011/10/command-to-delete-the-session-files-from-the-tmp/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 14:42:47 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[automatically delete files]]></category>
		<category><![CDATA[clean temp files]]></category>
		<category><![CDATA[clear session file from the tmp partiton]]></category>
		<category><![CDATA[clear temp files]]></category>
		<category><![CDATA[clear temporary files]]></category>
		<category><![CDATA[command to delete the session file]]></category>
		<category><![CDATA[delete files from my server]]></category>
		<category><![CDATA[delete temp file]]></category>
		<category><![CDATA[delete temp files]]></category>
		<category><![CDATA[deleting tmp files]]></category>
		<category><![CDATA[empty tmp directory]]></category>
		<category><![CDATA[find command]]></category>
		<category><![CDATA[how to delete mysql session files]]></category>
		<category><![CDATA[how to delete session files]]></category>
		<category><![CDATA[how to delete tmp files]]></category>
		<category><![CDATA[linux delete all files in directory tmp]]></category>
		<category><![CDATA[remove temp files]]></category>
		<category><![CDATA[temp files]]></category>
		<category><![CDATA[temporary files problem]]></category>
		<category><![CDATA[we can delete temp files]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1531</guid>
		<description><![CDATA[Basically all the session files stored in the tmp directory and some time due to the excessive connection to mysql, we are facing the tmp directory 100% full problem at that time we can use the following command in cron and remove the session file more then 30 minutes old. find /tmp -type f -name [...]]]></description>
			<content:encoded><![CDATA[<p>Basically all the session files stored in the tmp directory and some time due to the excessive connection to mysql, we are facing the tmp directory 100% full problem at that time we can use the following command in cron and remove the session file more then 30 minutes old.</p>
<p><strong>find /tmp -type f -name sess_* -cmin +30 |xargs rm -f</strong></p>
<p>In above command I have used +30 for the 30 minutes, you can use the values as per your requirement.</p>
<p><script type="text/javascript">// <![CDATA[
  google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2011/10/command-to-delete-the-session-files-from-the-tmp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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@admin[/home]#find /home/*/etc -iname .boxtrapperenable Run above command in /home and you will found out all the users who are using boxtrapper &#169;2012 [...]]]></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><strong><span style="color: #800000;">root@admin[/home]#find /home/*/etc -iname .boxtrapperenable</span></strong></p>
<p>Run above command in /home and you will found out all the users who are using boxtrapper<br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <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@admin[/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><strong><span style="color: #800000;">root@admin[/home/test]#find ./ -user &#8220;nobody&#8221; | xargs chown test.test</span></strong></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<br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <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>

