<?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>KISPHP Tutorials &#187; Linux</title>
	<atom:link href="http://www.kisphp.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kisphp.com</link>
	<description>Keep It Simple PHP</description>
	<lastBuildDate>Fri, 12 Feb 2010 21:49:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unix / Linux Commands</title>
		<link>http://www.kisphp.com/unix-linux-commands/</link>
		<comments>http://www.kisphp.com/unix-linux-commands/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.kisphp.com/?p=141</guid>
		<description><![CDATA[File Commands



ls
directory listing


ls -al
formatted listing with hidden files


cd dir
change directory to dir


cd
change to home


pwd
show current directory


mkdir dir
create a directory dir


rm file
delete file


rm -r dir
delete directory dir


rm -f file
force remove file


rm -rf dir
force remove directory dir


cp file1 file2
copy file1 to file2


cp -r dir1 dir2
copy dir1 to dir2; create dir2 if it doesn&#8217;t exist


mv file1 file2
rename or [...]]]></description>
		<wfw:commentRss>http://www.kisphp.com/unix-linux-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redirection</title>
		<link>http://www.kisphp.com/redirection/</link>
		<comments>http://www.kisphp.com/redirection/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:51:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[redirection]]></category>

		<guid isPermaLink="false">http://www.kisphp.com/?p=37</guid>
		<description><![CDATA[Most processes initiated by UNIX commands write to the standard output (that    is, they write to the terminal screen), and many take their input from the standard    input (that is, they read it from the keyboard). There is also the standard    error, where processes write their [...]]]></description>
		<wfw:commentRss>http://www.kisphp.com/redirection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Shell Cheat Sheet</title>
		<link>http://www.kisphp.com/linux-shell-cheat-sheet/</link>
		<comments>http://www.kisphp.com/linux-shell-cheat-sheet/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.kisphp.com/?p=29</guid>
		<description><![CDATA[


File Commands


ls
directory listing


ls -al
formatted listing with hidden files


cd dir
change directory to dir


cd
change to home


pwd
show current directory


mkdir dir
create a directory dir


rm file
delete file


rm -r dir
delete directory dir


rm -f file
force remove file


rm -rf dir
force remove directory dir (use with extreme caution)


cp file1 file2
copy file1 to file2


cp -r dir1 dir2
copy dir1 to dir2; create dir2 if it doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.kisphp.com/linux-shell-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transform user into root</title>
		<link>http://www.kisphp.com/transform-user-into-root/</link>
		<comments>http://www.kisphp.com/transform-user-into-root/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.kisphp.com/?p=19</guid>
		<description><![CDATA[If you are running LINUX and you do not know root password, you can become &#8220;roo&#8221; yourself
All you have to do is to type under shell command prompt this line :
sudo -i -u root
it will ask your account password, not root&#8217;s password.
type it and youre in
]]></description>
		<wfw:commentRss>http://www.kisphp.com/transform-user-into-root/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
