<?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>dreamvib ~ music lounge &#187; glossary</title>
	<atom:link href="http://music.dreamvib.com/category/computer/glossary/feed/" rel="self" type="application/rss+xml" />
	<link>http://music.dreamvib.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Jun 2009 08:31:34 +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>linux/ unix rm command</title>
		<link>http://music.dreamvib.com/computer/softwares/linux-unix-rm-command/</link>
		<comments>http://music.dreamvib.com/computer/softwares/linux-unix-rm-command/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 03:27:36 +0000</pubDate>
		<dc:creator>dreamvib</dc:creator>
				<category><![CDATA[glossary]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[softwares]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux commands]]></category>

		<guid isPermaLink="false">http://blog.dreamvib.com/?p=12</guid>
		<description><![CDATA[



Linux / Unix rm command



Quick links
About                 rm
Syntax
Examples
Related commands
Unix                 main page
About rm
Deletes             [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="icell"></td>
<td width="100%">
<h1>Linux / Unix rm command</h1>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="80%">
<p class="nb">Quick links</p>
<p class="tab"><a href="http://www.computerhope.com/unix/urm.htm#01">About                 rm</a><br />
<a href="http://www.computerhope.com/unix/urm.htm#02">Syntax</a><br />
<a href="http://www.computerhope.com/unix/urm.htm#03">Examples<br />
</a><a href="http://www.computerhope.com/unix/urm.htm#04">Related commands<br />
</a><a href="http://www.computerhope.com/unix.htm">Unix                 main page</a></p>
<p class="nb"><a title="01" name="01"></a>About rm</p>
<p>Deletes               a file without             confirmation (by default).</p>
<p class="nb"><a title="02" name="02"></a>Syntax</p>
<p><em>rm [-f] [-i] [-R] [-r]               [filenames | directory]</em></p>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="120">-f</td>
<td valign="top">Remove all files (whether write-protected or not) in a directory without prompting the user. In a write-protected directory, however, files are never removed (whatever their permissions are), but no messages are displayed. If the removal of a write-protected directory is attempted, this option will not suppress an error message.</td>
</tr>
<tr>
<td valign="top" width="120">-i</td>
<td valign="top">Interactive. With this option, rm prompts for confirmation before removing any files. It over- rides the -f option and remains in effect even if the standard input is not a terminal.</td>
</tr>
<tr>
<td valign="top" width="120">-R</td>
<td valign="top">Same as -r option.</td>
</tr>
<tr>
<td valign="top" width="120">-r</td>
<td valign="top">Recursively remove directories and subdirectories in the argument list. The directory will be emptied of files and removed. The user is normally prompted for removal of any write-protected files which the directory contains. The write-protected files are removed without prompting, however, if the -f option is used, or if the standard input is not a terminal and the -i option is not used.  Symbolic links that are encountered with this option will not be traversed.  If the removal of a non-empty, write-protected directory is attempted, the utility will always fail (even if the -f option is used), resulting in an error message.</td>
</tr>
<tr>
<td valign="top" width="120">filenames</td>
<td valign="top">A path                     of a filename to be removed.</td>
</tr>
</table>
<p class="nb"><a title="03" name="03"></a>Examples</p>
<p><strong>rm myfile.txt</strong></p>
<p>Remove the file myfile.txt             without prompting the user.</p>
<p><strong>rm -r directory</strong></p>
<p>Remove a directory, even             if files existed in that directory.</p>
<p>Note that if you use rm to remove a file, it is  			usually possible to recover the contents of that file. If you want  			more assurance that the contents are truly unrecoverable, consider  			using <a href="http://www.computerhope.com/unix/shred.htm">shre</a></td>
</tr>
</table>
</td>
</tr>
</table>
<p>source: <a href="http://www.computerhope.com/unix/urm.htm" target="_blank">http://www.computerhope.com/unix/urm.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.dreamvib.com/computer/softwares/linux-unix-rm-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what is FQDN</title>
		<link>http://music.dreamvib.com/computer/what-is-fqdn/</link>
		<comments>http://music.dreamvib.com/computer/what-is-fqdn/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 02:41:16 +0000</pubDate>
		<dc:creator>dreamvib</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[glossary]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.dreamvib.com/?p=11</guid>
		<description><![CDATA[FQDN
A fully qualified domain name consists of a host and domain name, including top-level  domain. For example, www.webopedia.com is a fully qualified domain name. www is  the host, webopedia is the second-level domain, and.com is the top level domain.
A  FQDN always starts with a host name and continues all the way up [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>FQDN</strong><br />
A fully qualified domain name consists of a host and domain name, including top-level  domain. For example, www.webopedia.com is a fully qualified domain name. www is  the host, webopedia is the second-level domain, and.com is the top level domain.</font></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">A  FQDN always starts with a host name and continues all the way up to the top-level  domain name, so www.parc.xerox.com is also a FQDN.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://music.dreamvib.com/computer/what-is-fqdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
