<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Ugly Programmer</title>
	<link>http://uglyprogrammer.com</link>
	<description>Post little snippets of code to have forever</description>
	<pubDate>Thu, 16 Feb 2012 16:11:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Charles Fiorucci I want a rematch</title>
		<link>http://uglyprogrammer.com/archives/85</link>
		<comments>http://uglyprogrammer.com/archives/85#comments</comments>
		<pubDate>Thu, 16 Feb 2012 16:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/85</guid>
		<description><![CDATA[Texas holdem
]]></description>
			<content:encoded><![CDATA[<p>Texas holdem</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/85/feed</wfw:commentRss>
		</item>
		<item>
		<title>unix commands</title>
		<link>http://uglyprogrammer.com/archives/84</link>
		<comments>http://uglyprogrammer.com/archives/84#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/84</guid>
		<description><![CDATA[1. tar command examples
Create a new tar archive.
$ tar cvf archive_name.tar dirname/
Extract from an existing tar archive.
$ tar xvf archive_name.tar
View an existing tar archive.
$ tar tvf archive_name.tar
&#160;
2. grep command examples
Search for a given string in a file (case in-sensitive search).



$ grep -i "the" demo_file
Print the matched line, along with the 3 lines after it.
$ grep [...]]]></description>
			<content:encoded><![CDATA[<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">1. tar command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Create a new tar archive.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tar cvf archive_name.tar dirname/</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Extract from an existing tar archive.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tar xvf archive_name.tar</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">View an existing tar archive.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tar tvf archive_name.tar</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">2. grep command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Search for a given string in a file (case in-sensitive search).</p>
<p><center style="color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px; margin: 0px"></p>
<p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 2px; padding: 0px"><ins style="display: inline-table; border-width: initial; border-color: initial; border-image: initial; height: 280px; position: relative; visibility: visible; width: 336px; border-style: none; padding: 0px; margin: 0px"><ins id="aswift_2_anchor" style="display: block; border-width: initial; border-color: initial; border-image: initial; height: 280px; position: relative; visibility: visible; width: 336px; border-style: none; padding: 0px; margin: 0px"><iframe allowtransparency="true" frameborder="0" height="280" hspace="0" marginwidth="0" marginheight="0" scrolling="no" vspace="0" width="336" id="aswift_2" name="aswift_2" style="left: 0px; position: absolute; top: 0px; padding: 0px; margin: 0px"></iframe></ins></ins></p>
<p></center></p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ grep -i "the" demo_file</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print the matched line, along with the 3 lines after it.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ grep -A 3 -i "example" demo_text</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Search for a given string in all files recursively</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ grep -r "ramesh" *</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">3. find command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Find files using file-name ( case in-sensitve find)</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># find -iname "MyCProgram.c"</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Execute commands on files found by the find command</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ find -iname "MyCProgram.c" -exec md5sum {} ;</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Find all empty files in home directory</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># find ~ -empty</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">4. ssh command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Login to remote host</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ssh -l jsmith remotehost.example.com</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Debug ssh client</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ssh -v -l jsmith remotehost.example.com</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Display ssh client version</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ssh -V OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">5. sed command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">When you copy a DOS file to Unix, you could find \r\n in the end of each line. This example converts the DOS file format to Unix file format using sed command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$sed 's/.$//' filename</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print file content in reverse order</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ sed -n '1!G;h;$p' thegeekstuff.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Add line number for all non-empty-lines in a file</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ sed '/./=' thegeekstuff.txt | sed 'N; s/n/ /'</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">6. awk command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Remove duplicate lines using awk</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ awk '!($0 in array) { array[$0]; print }' temp</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print all lines from /etc/passwd that has the same uid and gid</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$awk -F ':' '$3==$4' passwd.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print only specific field from a file.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ awk '{print $2,$5;}' employee.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">7. vim command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Go to the 143rd line of file</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ vim +143 filename.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Go to the first match of the specified</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ vim +/search-term filename.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Open the file in read only mode.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ vim -R /etc/passwd</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">8. diff command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Ignore white space while comparing.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># diff -w name_list.txt name_list_new.txt  2c2,3 &lt; John Doe --- &gt; John M Doe &gt; Jason Bourne</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">9. sort command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Sort a file in ascending order</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ sort names.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Sort a file in descending order</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ sort -r names.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Sort passwd file by 3rd field.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ sort -t: -k 3n /etc/passwd | more</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">10. export command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To view oracle related environment variables.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ export | grep ORACLE declare -x ORACLE_BASE="/u01/app/oracle" declare -x ORACLE_HOME="/u01/app/oracle/product/10.2.0" declare -x ORACLE_SID="med" declare -x ORACLE_TERM="xterm"</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To export an environment variable:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ export ORACLE_HOME=/u01/app/oracle/product/10.2.0</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">11. xargs command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Copy all images to external hard-drive</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Search all jpg images in the system and archive it.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># find / -name *.jpg -type f -print | xargs tar -cvzf images.tar.gz</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Download all the URLs mentioned in the url-list.txt file</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># cat url-list.txt | xargs wget –c</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">12. ls command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Display filesize in human readable format (e.g. KB, MB etc.,)</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ls -lh -rw-r----- 1 ramesh team-dev 8.9M Jun 12 15:27 arch-linux.txt.gz</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Order Files Based on Last Modified Time (In Reverse Order) Using ls -ltr</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ls -ltr</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Visual Classification of Files With Special Characters Using ls -F</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ls -F</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">13. pwd command</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">pwd is Print working directory. What else can be said about the good old pwd who has been printing the current directory name for ages.</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">14. cd command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use “cd -” to toggle between the last two directories</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use “shopt -s cdspell” to automatically correct mistyped directory names on cd</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">15. gzip command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To create a *.gz compressed file:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ gzip test.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To uncompress a *.gz file:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ gzip -d test.txt.gz</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Display compression ratio of the compressed file using gzip -l</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ gzip -l *.gz          compressed        uncompressed  ratio uncompressed_name               23709               97975  75.8% asp-patch-rpms.txt</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">16. bzip2 command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To create a *.bz2 compressed file:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ bzip2 test.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To uncompress a *.bz2 file:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">bzip2 -d test.txt.bz2</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">17. unzip command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To extract a *.zip compressed file:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ unzip test.zip</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">View the contents of *.zip file (Without unzipping it):</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ unzip -l jasper.zip Archive:  jasper.zip   Length     Date   Time    Name  --------    ----   ----    ----     40995  11-30-98 23:50   META-INF/MANIFEST.MF     32169  08-25-98 21:07   classes_     15964  08-25-98 21:07   classes_names     10542  08-25-98 21:07   classes_ncomp</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">18. shutdown command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Shutdown the system and turn the power off immediately.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># shutdown -h now</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Shutdown the system after 10 minutes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># shutdown -h +10</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Reboot the system using shutdown command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># shutdown -r now</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Force the filesystem check during reboot.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># shutdown -Fr now</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">19. ftp command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Both ftp and secure ftp (sftp) has similar commands. To connect to a remote server and download multiple files, do the following.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ftp IP/hostname ftp&gt; mget *.html</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To view the file names located on the remote server before downloading, mls ftp command as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ftp&gt; mls *.html - /ftptest/features.html /ftptest/index.html /ftptest/othertools.html /ftptest/samplereport.html /ftptest/usage.html</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">20. crontab command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">View crontab entry for a specific user</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># crontab -u john -l</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Schedule a cron job every 10 minutes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">*/10 * * * * /home/ramesh/check-disk-space</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">21. service command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Service command is used to run the system V init scripts. i.e Instead of calling the scripts located in the /etc/init.d/ directory with their full path, you can use the service command.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Check the status of a service:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># service ssh status</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Check the steatus of all the services.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">service --status-all</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Restart a service.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># service ssh restart</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">22. ps command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">ps command is used to display information about the processes that are running in the system.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">While there are lot of arguments that could be passed to a ps command, following are some of the common ones.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To view current running processes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ps -ef | more</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To view current running processes in a tree structure. H option stands for process hierarchy.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ps -efH | more</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">23. free command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">This command is used to display the free, used, swap memory available in the system.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Typical free command output. The output is displayed in bytes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ free              total       used       free     shared    buffers     cached Mem:       3566408    1580220    1986188          0     203988     902960 -/+ buffers/cache:     473272    3093136 Swap:      4000176          0    4000176</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">If you want to quickly check how many GB of RAM your system has use the -g option. -b option displays in bytes, -k in kilo bytes, -m in mega bytes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ free -g              total       used       free     shared    buffers     cached Mem:             3          1          1          0          0          0 -/+ buffers/cache:          0          2 Swap:            3          0          3</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">If you want to see a total memory ( including the swap), use the -t switch, which will display a total line as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ramesh@ramesh-laptop:~$ free -t              total       used       free     shared    buffers     cached Mem:       3566408    1592148    1974260          0     204260     912556 -/+ buffers/cache:     475332    3091076 Swap:      4000176          0    4000176 Total:     7566584    1592148    5974436</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">24. top command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">top command displays the top processes in the system ( by default sorted by cpu usage ). To sort top output by any column, Press O (upper-case O) , which will display all the possible columns that you can sort by as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">Current Sort Field:  P  for window 1:Def Select sort field via field letter, type any other key to return    a: PID        = Process Id              v: nDRT       = Dirty Pages count   d: UID        = User Id                 y: WCHAN      = Sleeping in Function   e: USER       = User Name               z: Flags      = Task Flags   ........</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To displays only the processes that belong to a particular user use -u option. The following will show only the top processes that belongs to oracle user.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ top -u oracle</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">25. df command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Displays the file system disk space usage. By default df -k displays output in bytes.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ df -k Filesystem           1K-blocks      Used Available Use% Mounted on /dev/sda1             29530400   3233104  24797232  12% / /dev/sda2            120367992  50171596  64082060  44% /home</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">df -h displays output in human readable form. i.e size will be displayed in GB’s.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ramesh@ramesh-laptop:~$ df -h Filesystem            Size  Used Avail Use% Mounted on /dev/sda1              29G  3.1G   24G  12% / /dev/sda2             115G   48G   62G  44% /home</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use -T option to display what type of file system.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">ramesh@ramesh-laptop:~$ df -T Filesystem    Type   1K-blocks      Used Available Use% Mounted on /dev/sda1     ext4    29530400   3233120  24797216  12% / /dev/sda2     ext4   120367992  50171596  64082060  44% /home</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">26. kill command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use kill command to terminate a process. First get the process id using ps -ef command, then use kill -9 to kill the running Linux process as shown below. You can also use killall, pkill, xkill to terminate a unix process.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ps -ef | grep vim ramesh    7243  7222  9 22:43 pts/2    00:00:00 vim  $ kill -9 7243</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">27. rm command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Get confirmation before removing the file.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ rm -i filename.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">It is very useful while giving shell metacharacters in the file name argument.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print the filename and get confirmation before removing the file.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ rm -i file*</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Following example recursively removes all files and directories under the example directory. This also removes the example directory itself.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ rm -r example</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">28. cp command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Copy file1 to file2 preserving the mode, ownership and timestamp.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ cp -p file1 file2</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Copy file1 to file2. if file2 exists prompt for confirmation before overwritting it.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ cp -i file1 file2</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">29. mv command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Rename file1 to file2. if file2 exists prompt for confirmation before overwritting it.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mv -i file1 file2</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Note: mv -f is just the opposite, which will overwrite file2 without prompting.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">mv -v will print what is happening during file rename, which is useful while specifying shell metacharacters in the file name argument.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mv -v file1 file2</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">30. cat command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">You can view multiple files at the same time. Following example prints the content of file1 followed by file2 to stdout.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ cat file1 file2</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">While displaying the file, following cat -n command will prepend the line number to each line of the output.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ cat -n /etc/logrotate.conf     1	/var/log/btmp {     2	    missingok     3	    monthly     4	    create 0660 root utmp     5	    rotate 1     6	}</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">31. mount command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To mount a file system, you should first create a directory and mount it as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># mkdir /u01  # mount /dev/sdb1 /u01</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">You can also add this to the fstab for automatic mounting. i.e Anytime system is restarted, the filesystem will be mounted.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">/dev/sdb1 /u01 ext2 defaults 0 2</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">32. chmod command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">chmod command is used to change the permissions for a file or directory.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Give full access to user and group (i.e read, write and execute ) on a specific file.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ chmod ug+rwx file.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Revoke all access for the group (i.e read, write and execute ) on a specific file.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ chmod g-rwx file.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Apply the file permissions recursively to all the files in the sub-directories.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ chmod -R ug+rwx file.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">33. chown command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">chown command is used to change the owner and group of a file. \</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To change owner to oracle and group to db on a file. i.e Change both owner and group at the same time.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ chown oracle:dba dbora.sh</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use -R to change the ownership recursively.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ chown -R oracle:dba /home/oracle</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">34. passwd command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Change your password from command line using passwd. This will prompt for the old password followed by the new password.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ passwd</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Super user can use passwd command to reset others password. This will not prompt for current password of the user.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># passwd USERNAME</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Remove password for a specific user. Root user can disable password for a specific user. Once the password is disabled, the user can login without entering the password.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># passwd -d USERNAME</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">35. mkdir command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Following example creates a directory called temp under your home directory.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mkdir ~/temp</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Create nested directories using one mkdir command. If any of these directories exist already, it will not display any error. If any of these directories doesn’t exist, it will create them.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mkdir -p dir1/dir2/dir3/dir4/</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">36. ifconfig command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Use ifconfig command to view or configure a network interface on the Linux system.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">View all the interfaces along with status.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ifconfig -a</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Start or stop a specific interface using up and down command as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ifconfig eth0 up  $ ifconfig eth0 down</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">37. uname command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Uname command displays important information about the system such as — Kernel name, Host name, Kernel release number,<br style="padding: 0px; margin: 0px" />Processor type, etc.,</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Sample uname output from a Ubuntu laptop is shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ uname -a Linux john-laptop 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:12:52 UTC 2010 i686 GNU/Linux</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">38. whereis command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">When you want to find out where a specific Unix command exists (for example, where does ls command exists?), you can execute the following command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ whereis ls ls: /bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">When you want to search an executable from a path other than the whereis default path, you can use -B option and give path as argument to it. This searches for the executable lsmk in the /tmp directory, and displays it, if it is available.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ whereis -u -B /tmp -f lsmk lsmk: /tmp/lsmk</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">39. whatis command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Whatis command displays a single line description about a command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ whatis ls ls		(1)  - list directory contents  $ whatis ifconfig ifconfig (8)         - configure a network interface</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">40. locate command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Using locate command you can quickly search for the location of a specific file (or group of files). Locate command uses the database created by updatedb.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">The example below shows all files in the system that contains the word crontab in it.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ locate crontab /etc/anacrontab /etc/crontab /usr/bin/crontab /usr/share/doc/cron/examples/crontab2english.pl.gz /usr/share/man/man1/crontab.1.gz /usr/share/man/man5/anacrontab.5.gz /usr/share/man/man5/crontab.5.gz /usr/share/vim/vim72/syntax/crontab.vim</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">41. man command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Display the man page of a specific command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ man crontab</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">When a man page for a command is located under more than one section, you can view the man page for that command from a specific section as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ man SECTION-NUMBER commandname</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Following 8 sections are available in the man page.</p>
<ol style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 1.571em; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">
<li style="padding: 0px; margin: 0px">General commands</li>
<li style="padding: 0px; margin: 0px">System calls</li>
<li style="padding: 0px; margin: 0px">C library functions</li>
<li style="padding: 0px; margin: 0px">Special files (usually devices, those found in /dev) and drivers</li>
<li style="padding: 0px; margin: 0px">File formats and conventions</li>
<li style="padding: 0px; margin: 0px">Games and screensavers</li>
<li style="padding: 0px; margin: 0px">Miscellaneous</li>
<li style="padding: 0px; margin: 0px">System administration commands and daemons</li>
</ol>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">For example, when you do whatis crontab, you’ll notice that crontab has two man pages (section 1 and section 5). To view section 5 of crontab man page, do the following.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ whatis crontab crontab (1)          - maintain crontab files for individual users (V3) crontab (5)          - tables for driving cron  $ man 5 crontab</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">42. tail command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print the last 10 lines of a file by default.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tail filename.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Print N number of lines from the file named filename.txt</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tail -n N filename.txt</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">View the content of the file in real time using tail -f. This is useful to view the log files, that keeps growing. The command can be terminated using CTRL-C.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ tail -f log-file</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">43. less command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">less is very efficient while viewing huge log files, as it doesn’t need to load the full file while opening.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ less huge-log-file.log</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">One you open a file using less command, following two keys are very helpful.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">CTRL+F – forward one window CTRL+B – backward one window</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">44. su command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Switch to a different user account using su command. Super user can switch to any other user without entering their password.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ su - USERNAME</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Execute a single command from a different account name. In the following example, john can execute the ls command as raj username. Once the command is executed, it will come back to john’s account.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">[john@dev-server]$ su - raj -c 'ls'  [john@dev-server]$</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Login to a specified user account, and execute the specified shell instead of the default shell.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ su -s 'SHELLNAME' USERNAME</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">45. mysql command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">mysql is probably the most widely used open source database on Linux. Even if you don’t run a mysql database on your server, you might end-up using the mysql command ( client ) to connect to a mysql database running on the remote server.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To connect to a remote mysql database. This will prompt for a password.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mysql -u root -p -h 192.168.1.2</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To connect to a local mysql database.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ mysql -u root -p</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">If you want to specify the mysql root password in the command line itself, enter it immediately after -p (without any space).</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">46. yum command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To install apache using yum.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ yum install httpd</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To upgrade apache using yum.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ yum update httpd</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To uninstall/remove apache using yum.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ yum remove httpd</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">47. rpm command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To install apache using rpm.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># rpm -ivh httpd-2.2.3-22.0.1.el5.i386.rpm</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To upgrade apache using rpm.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># rpm -uvh httpd-2.2.3-22.0.1.el5.i386.rpm</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">To uninstall/remove apache using rpm.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># rpm -ev httpd</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">48. ping command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Ping a remote host by sending only 5 packets.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ ping -c 5 gmail.com</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">&nbsp;</p>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">49. date command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Set the system date:</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># date -s "01/31/2010 23:59:53"</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Once you’ve changed the system date, you should syncronize the hardware clock with the system date as shown below.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid"># hwclock –systohc  # hwclock --systohc –utc</pre>
<h3 style="margin-top: 1.833em; margin-right: 0px; margin-bottom: 0.611em; margin-left: 0px; font-weight: normal; font-size: 1.286em; line-height: 22px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 0px">50. wget command examples</h3>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">The quick and effective method to download software, music, video from internet is using wget command.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.1.tar.gz</pre>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.571em; margin-left: 0px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; padding: 0px">Download and store it with a different name.</p>
<pre style="clear: both; padding-top: 0.667em; padding-right: 0.917em; padding-bottom: 0.667em; padding-left: 0.917em; margin-top: 0px; margin-bottom: 1.833em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-image: initial; overflow-x: auto; overflow-y: auto; font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', Verdana, sans-serif; font-size: 0.857em; line-height: 1.5em; color: #111111; border-width: 1px; border-color: #dddddd; border-style: solid">$ wget -O taglist.zip http://www.vim.org/scripts/download_script.php?src_id=770</pre>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/84/feed</wfw:commentRss>
		</item>
		<item>
		<title>SAP Comments and Good Sql Example using Case</title>
		<link>http://uglyprogrammer.com/archives/83</link>
		<comments>http://uglyprogrammer.com/archives/83#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/83</guid>
		<description><![CDATA[Open AP Invoices (Header)
SELECT DISTINCT  
                APMIHP.SPID,
                APMIHP.POID AS POID_1,
                APMIHP.INVID AS INVID_1,
                SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 7, 2 ) &#124;&#124; &#8216;/&#8217; &#124;&#124; SUBSTRING( CAST( 
APMIHP.IHINVD AS CHAR( 8 ) ), 5, 2 ) &#124;&#124; &#8216;/&#8217; &#124;&#124; SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 
1, 4 ) AS COLUMN0000,
                APMIHP.ATID,
                [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNoSpacing"><strong><u>Open AP Invoices (Header)<o:p></o:p></u></strong></p>
<p class="MsoNoSpacing">SELECT DISTINCT  <o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.SPID,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.POID AS POID_1,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.INVID AS INVID_1,<o:p></o:p></p>
<p class="MsoNoSpacing">                SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 7, 2 ) || &#8216;/&#8217; || SUBSTRING( CAST( <o:p></o:p></p>
<p style="text-indent: 0.5in" class="MsoNoSpacing">APMIHP.IHINVD AS CHAR( 8 ) ), 5, 2 ) || &#8216;/&#8217; || SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), <o:p></o:p></p>
<p style="text-indent: 0.5in" class="MsoNoSpacing">1, 4 ) AS COLUMN0000,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.ATID,<o:p></o:p></p>
<p class="MsoNoSpacing">                CASE <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.CMPNBR = &#8216;301&#8242; AND APMIHP.CURCDE &lt;&gt; &#8216;USD&#8217; ) <o:p></o:p></p>
<p class="MsoNoSpacing">                                         THEN SUM ( DGDAMC ) * - 1 <o:p></o:p></p>
<p class="MsoNoSpacing">                                ELSE 0 <o:p></o:p></p>
<p class="MsoNoSpacing">                                END AS COLUMN0003,<o:p></o:p></p>
<p class="MsoNoSpacing">                CASE <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.CMPNBR = &#8216;301&#8242; AND APMIHP.CURCDE &lt;&gt; &#8216;USD&#8217; ) <o:p></o:p></p>
<p style="margin-left: 1in; text-indent: 0.5in" class="MsoNoSpacing">THEN APMIHP.CURCDE <o:p></o:p></p>
<p class="MsoNoSpacing">                                ELSE &#8216; &#8216; <o:p></o:p></p>
<p class="MsoNoSpacing">                                END AS COLUMN0004,<o:p></o:p></p>
<p class="MsoNoSpacing">                CASE <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.CMPNBR = &#8216;301&#8242; AND APMIHP.CURCDE = &#8216;USD&#8217; ) <o:p></o:p></p>
<p style="margin-left: 1in; text-indent: 0.5in" class="MsoNoSpacing">THEN SUM ( DGDAMC ) * - 1 <o:p></o:p></p>
<p class="MsoNoSpacing">                                ELSE 0 <o:p></o:p></p>
<p class="MsoNoSpacing">                                END AS DGDAMC_1,<o:p></o:p></p>
<p class="MsoNoSpacing">                CASE <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.IHHOLD = &#8216;1&#8242; ) THEN APMIHP.IHHOLD <o:p></o:p></p>
<p class="MsoNoSpacing">                                ELSE &#8216; &#8216; <o:p></o:p></p>
<p class="MsoNoSpacing">                                END AS IHHOLD,<o:p></o:p></p>
<p class="MsoNoSpacing">                &#8216; &#8216; AS COLUMN0005,<o:p></o:p></p>
<p class="MsoNoSpacing">                &#8216; &#8216; AS COLUMN0006,<o:p></o:p></p>
<p class="MsoNoSpacing">                CASE <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.AYID = &#8216;CHECK&#8217; ) THEN &#8216;C&#8217; <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.AYID = &#8216;ACH&#8217; ) THEN &#8216;U&#8217; <o:p></o:p></p>
<p class="MsoNoSpacing">                                WHEN ( APMIHP.AYID = &#8216;WIRE&#8217; ) THEN &#8216;1&#8242; <o:p></o:p></p>
<p class="MsoNoSpacing">                                ELSE APMIHP.AYID <o:p></o:p></p>
<p class="MsoNoSpacing">                                END AS AYID,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.CMPNBR <o:p></o:p></p>
<p class="MsoNoSpacing">FROM <o:p></o:p></p>
<p class="MsoNoSpacing">                CHICAGO.EPDB.APMIHP APMIHP,  <o:p></o:p></p>
<p class="MsoNoSpacing">                CHICAGO.EPDB.APMDGP APMDGP <o:p></o:p></p>
<p class="MsoNoSpacing">WHERE <o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.CMPNBR = APMDGP.CMPNBR<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.PFTCTR = APMDGP.PFTCTR<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.SPID = APMDGP.SPID<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.INVID = APMDGP.INVID<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.AYID = APMDGP.AYID<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( ( APMIHP.IHSTAT = &#8216;1&#8242;)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMIHP.IHCAMT – APMIHP.IHPAMT &lt;&gt; 0)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMIHP.CMPNBR = ‘301’)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( NOT ( ( SUBSTRING( APMIHP.INVID, 1, 5 ) = &#8216;RECUR&#8217;)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMIHP.IHINVD &gt; 20110901)))<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMDGP.GLACCT = 10100)) <o:p></o:p></p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing">                                 <o:p></o:p></p>
<p class="MsoNoSpacing"><strong><u><o:p><span style="text-decoration: none"> </span></o:p></u></strong></p>
<p class="MsoNoSpacing"><strong><u>Open AP Invoices (Comments)<o:p></o:p></u></strong></p>
<p class="MsoNoSpacing">SELECT <o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.SPID,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.POID AS POID_1,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.INVID AS INVID_1,<o:p></o:p></p>
<p class="MsoNoSpacing">                SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 7, 2 ) || &#8216;/&#8217; || <o:p></o:p></p>
<p style="margin-left: 0.5in; text-indent: 0.5in" class="MsoNoSpacing">SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 5, 2 ) || &#8216;/&#8217; || <o:p></o:p></p>
<p style="margin-left: 1in" class="MsoNoSpacing">SUBSTRING( CAST( APMIHP.IHINVD AS CHAR( 8 ) ), 1, 4 ) AS COLUMN0000,<o:p></o:p></p>
<p class="MsoNoSpacing">                AYFCKCM.CHECK_COMMENT,<o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.CMPNBR <o:p></o:p></p>
<p class="MsoNoSpacing">FROM <o:p></o:p></p>
<p class="MsoNoSpacing">                CHICAGO.EPDB.APMIHP APMIHP,  <o:p></o:p></p>
<p class="MsoNoSpacing">                CHICAGO.EPDB.AYFCKCM AYFCKCM <o:p></o:p></p>
<p class="MsoNoSpacing">WHERE <o:p></o:p></p>
<p class="MsoNoSpacing">                APMIHP.CMPNBR = AYFCKCM.CMPNBR<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.SPID = AYFCKCM.SPID<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.PFTCTR = AYFCKCM.PFTCTR<o:p></o:p></p>
<p class="MsoNoSpacing">                AND APMIHP.INVID = AYFCKCM.INVID<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( ( APMIHP.IHSTAT = &#8216;1&#8242;)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMIHP.IHCAMT – APMIHP.IHPAMT &lt;&gt; 0)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( APMIHP.CMPNBR = ‘301’)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( NOT ( ( SUBSTRING( APMIHP.INVID, 1, 5 ) = &#8216;RECUR&#8217;)<o:p></o:p></p>
<p class="MsoNoSpacing">                AND ( IHINVD &gt; 20110901)))) <o:p></o:p></p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing">Note:<o:p></o:p></p>
<p class="MsoNoSpacing">SPID is the current AS400 vendor ID<o:p></o:p></p>
<p class="MsoNoSpacing">ATID is the AS400 payment term ID – this should be converted to SAP payment term ID<o:p></o:p></p>
<p class="MsoNoSpacing">The IHINVD is the invoice date – select anything from the current run date<o:p></o:p></p>
<p class="MsoNoSpacing">The clause (APMIHP.IHCAMT – APMIHP.IHPAMT &lt;&gt; 0) stands for Open item with pending $<o:p></o:p></p>
<p class="MsoNoSpacing">The clause  ( NOT ( ( SUBSTRING( APMIHP.INVID, 1, 5 ) = &#8216;RECUR&#8217;) means we exclude all the future recurring invoices <o:p></o:p></p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/83/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySpz has deleted everything</title>
		<link>http://uglyprogrammer.com/archives/82</link>
		<comments>http://uglyprogrammer.com/archives/82#comments</comments>
		<pubDate>Thu, 17 Nov 2011 12:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/82</guid>
		<description><![CDATA[The New MySpz is here http://myspz.com We deleted EVERYTHING plz rt
]]></description>
			<content:encoded><![CDATA[<p><span style="color: #444444; font-family: Arial, 'Helvetica Neue', sans-serif; font-size: 15px; line-height: 19px; background-color: rgba(47, 194, 239, 0.0976563)" class="Apple-style-span">The New MySpz is here </span><a href="http://myspz.com">http://myspz.com</a><span style="color: #444444; font-family: Arial, 'Helvetica Neue', sans-serif; font-size: 15px; line-height: 19px; background-color: rgba(47, 194, 239, 0.0976563)" class="Apple-style-span"> We deleted EVERYTHING plz rt</span></p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/82/feed</wfw:commentRss>
		</item>
		<item>
		<title>iseries as400 commands</title>
		<link>http://uglyprogrammer.com/archives/81</link>
		<comments>http://uglyprogrammer.com/archives/81#comments</comments>
		<pubDate>Tue, 15 Nov 2011 13:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CL]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/81</guid>
		<description><![CDATA[ADDACC        Add Access Code
ADDAJE        Add Autostart Job Entry
ADDALRACNE    Add Alert Action Entry
ADDALRD       Add Alert Description
ADDALRSLTE    Add Alert Selection Entry
ADDAUTLE      Add Authorization List Entry
ADDBKP        Add Breakpoint
ADDBNDDIRE    Add Binding Directory Entry
ADDCCTRTE     Add Circuit Route
ADDCCTSRV     Add Circuit [...]]]></description>
			<content:encoded><![CDATA[<p>ADDACC        Add Access Code</p>
<p>ADDAJE        Add Autostart Job Entry</p>
<p>ADDALRACNE    Add Alert Action Entry</p>
<p>ADDALRD       Add Alert Description</p>
<p>ADDALRSLTE    Add Alert Selection Entry</p>
<p>ADDAUTLE      Add Authorization List Entry</p>
<p>ADDBKP        Add Breakpoint</p>
<p>ADDBNDDIRE    Add Binding Directory Entry</p>
<p>ADDCCTRTE     Add Circuit Route</p>
<p>ADDCCTSRV     Add Circuit Service</p>
<p>ADDCFGLE      Add Configuration List Entries</p>
<p>ADDCMNE       Add Communications Entry</p>
<p>ADDCNNLE      Add Connection List Entry</p>
<p>ADDCOMSNMP    Add Community for SNMP</p>
<p>ADDDIRE       Add Directory Entry</p>
<p>ADDDIRSHD     Add Directory Shadow System</p>
<p>ADDDLOAUT     Add DLO Authority</p>
<p>ADDDSTLE      Add Distribution List Entry</p>
<p>ADDDSTQ       Add Distribution Queue</p>
<p>ADDDSTRTE     Add Distribution Route</p>
<p>ADDDSTSYSN    Add Secondary System Name</p>
<p>ADDDTADFN     Add Data Definition</p>
<p>ADDEMLCFGE    Add Configuration Entry</p>
<p>ADDENVVAR     Add Environment Variable</p>
<p>ADDEWCBCDE    Add EWC Barcode Entry</p>
<p>ADDEWCM       Add Wireless Ctl Member</p>
<p>ADDEWCPTCE    Add EWC PTC Entry</p>
<p>ADDEWLM       Add Wireless Line Member</p>
<p>ADDEXITPGM    Add Exit Program</p>
<p>ADDFCTE       Add Forms Control Entry</p>
<p>ADDFNTTBLE    Add Font Table Entry</p>
<p>ADDICFDEVE    Add ICF Device Entry</p>
<p>ADDIPIADR     Add IP over IPX Address</p>
<p>ADDIPIIFC     Add IP over IPX Interface</p>
<p>ADDIPIRTE     Add IP over IPX Route</p>
<p>ADDIPSIFC     Add IP over SNA Interface</p>
<p>ADDIPSLOC     Add IP over SNA Location</p>
<p>ADDIPSRTE     Add IP over SNA Route</p>
<p>ADDIPXCCT     Add IPX Circuit</p>
<p>ADDJOBJS      Add Job using Job Scheduler</p>
<p>ADDJOBQE      Add Job Queue Entry</p>
<p>ADDJOBSCDE    Add Job Schedule Entry</p>
<p>ADDLANADPI    Add LAN Adapter Information</p>
<p>ADDLFM        Add Logical File Member</p>
<p>ADDLIBLE      Add Library List Entry</p>
<p>ADDLICKEY     Add License Key Information</p>
<p>ADDLNK        Add Link</p>
<p>ADDMFS        Add Mounted FS</p>
<p>ADDMSGD       Add Message Description</p>
<p>ADDNCK        Add Nickname</p>
<p>ADDNETJOBE    Add Network Job Entry</p>
<p>ADDNETTBLE    Add Network Table Entry</p>
<p>ADDNODLE      Add Node List Entry</p>
<p>ADDNWSSTGL    Add Server Storage Link</p>
<p>ADDOPTCTG     Add Optical Cartridge</p>
<p>ADDOPTSVR     Add Optical Server</p>
<p>ADDPCLTBLE    Add Protocol Table Entry</p>
<p>ADDPEXDFN     Add PEX Definition</p>
<p>ADDPFCST      Add PF Constraint</p>
<p>ADDPFM        Add Physical File Member</p>
<p>ADDPFRCOL     Add Performance Collection</p>
<p>ADDPFTRG      Add Physical File Trigger</p>
<p>ADDPFVLM      Add Phy File Variable Len Mbr</p>
<p>ADDPGM        Add Program</p>
<p>ADDPJE        Add Prestart Job Entry</p>
<p>ADDPRBACNE    Add Problem Action Entry</p>
<p>ADDPRBSLTE    Add Problem Selection Entry</p>
<p>ADDRDBDIRE    Add RDB Directory Entry</p>
<p>ADDREXBUF     Add REXX Buffer</p>
<p>ADDRJECMNE    Add RJE Communication Entry</p>
<p>ADDRJERDRE    Add RJE Reader Entry</p>
<p>ADDRJEWTRE    Add RJE Writer Entry</p>
<p>ADDRMTDFN     Add Remote Definition</p>
<p>ADDRMTSVR     Add Remote Server</p>
<p>ADDRPYLE      Add Reply List Entry</p>
<p>ADDRTGE       Add Routing Entry</p>
<p>ADDSCHIDXE    Add Search Index Entry</p>
<p>ADDSNILOC     Add SNA over IPX Location</p>
<p>ADDSOCE       Add Sphere of Control Entry</p>
<p>ADDSRVTBLE    Add Service Table Entry</p>
<p>ADDTAPCTG     Add Tape Cartridge</p>
<p>ADDTCPHTE     Add TCP/IP Host Table Entry</p>
<p>ADDTCPIFC     Add TCP/IP Interface</p>
<p>ADDTCPLNK     Add TCP/IP Link</p>
<p>ADDTCPPORT    Add TCP/IP Port Restriction</p>
<p>ADDTCPRSI     Add TCP/IP Remote System</p>
<p>ADDTCPRTE     Add TCP/IP Route</p>
<p>ADDTRC        Add Trace</p>
<p>ADDWSE        Add Work Station Entry</p>
<p>ALCOBJ        Allocate Object</p>
<p>ANSLIN        Answer Line</p>
<p>ANSQST        Answer Questions</p>
<p>ANZACCGRP     Analyze Process Access Group</p>
<p>ANZBESTMDL    Analyze BEST/1 Model</p>
<p>ANZDBF        Analyze Database Files</p>
<p>ANZDBFKEY     Analyze Database File Keys</p>
<p>ANZDFTPWD     Analyze Default Passwords</p>
<p>ANZPFRDTA     Analyze Performance Data</p>
<p>ANZPGM        Analyze Programs</p>
<p>ANZPRB        Analyze Problem</p>
<p>ANZPRFACT     Analyze Profile Activity</p>
<p>ANZQRY        Analyze Query</p>
<p>ANZS34OCL     Analyze S/34 OCL</p>
<p>ANZS36OCL     System/36 OCL Analysis</p>
<p>ANZUSROBJ     ANALYZE USER OBJECTS</p>
<p>APING         Verify APPC Connection</p>
<p>APYJRNCHG     Apply Journaled Changes</p>
<p>APYPTF        Apply Program Temporary Fix</p>
<p>AREXEC        Run Remote Command</p>
<p>ASKQST        Ask Question</p>
<p>BCHJOB        Batch Job</p>
<p>CALL          Call Program</p>
<p>CALLPRC       Call Bound Procedure</p>
<p>CD            Change Current Directory</p>
<p>CFGDEVMLB     Configure Device Media Library</p>
<p>CFGDSTSRV     Configure Distribution Service</p>
<p>CFGIPI        Configure IPI</p>
<p>CFGIPS        Configure IP over SNA</p>
<p>CFGIPX        Configure IPX</p>
<p>CFGRPDS       Configure VM/MVS Bridge</p>
<p>CFGSYSSEC     Configure System Security</p>
<p>CFGTCP        Configure TCP/IP</p>
<p>CFGTCPAPP     Configure TCP/IP Applications</p>
<p>CFGTCPBP      Configure TCP/IP BOOTP</p>
<p>CFGTCPFTP     Configure TCP/IP FTP</p>
<p>CFGTCPHTTP    Configure TCP/IP HTTP</p>
<p>CFGTCPLPD     Configure TCP/IP LPD</p>
<p>CFGTCPPTP     Configure Point-to-Point TCPIP</p>
<p>CFGTCPRTD     Configure TCP/IP RouteD</p>
<p>CFGTCPRXC     Configure TCP/IP REXEC</p>
<p>CFGTCPSMTP    Configure TCP/IP SMTP</p>
<p>CFGTCPSNMP    Configure TCP/IP SNMP</p>
<p>CFGTCPTELN    Configure TCP/IP TELNET</p>
<p>CFGTCPWSG     Configure TCP/IP Workstation</p>
<p>CHDIR         Change Current Directory</p>
<p>CHGACGCDE     Change Accounting Code</p>
<p>CHGACTPRFL    Change Active Profile List</p>
<p>CHGACTSCDE    Change Activation Scd Entry</p>
<p>CHGAJE        Change Autostart Job Entry</p>
<p>CHGALRACNE    Change Alert Action Entry</p>
<p>CHGALRD       Change Alert Description</p>
<p>CHGALRSLTE    Change Alert Selection Entry</p>
<p>CHGALRTBL     Change Alert Table</p>
<p>CHGAUD        Change Auditing Value</p>
<p>CHGAUT        Change Authority</p>
<p>CHGAUTJS      Change Job Authority using JS</p>
<p>CHGAUTLE      Change Auth List Entry</p>
<p>CHGBCKUP      Change Backup Options</p>
<p>CHGBPA        Change BOOTP Attributes</p>
<p>CHGCCTRTE     Change Circuit Route</p>
<p>CHGCCTSRV     Change Circuit Service</p>
<p>CHGCFGL       Change Configuration List</p>
<p>CHGCFGLE      Change Cfg List Entries</p>
<p>CHGCLNUP      Change Cleanup</p>
<p>CHGCLS        Change Class</p>
<p>CHGCMD        Change Command</p>
<p>CHGCMDDFT     Change Command Default</p>
<p>CHGCMNE       Change Communications Entry</p>
<p>CHGCNNL       Change Connection List</p>
<p>CHGCNNLE      Change Connection List Entry</p>
<p>CHGCOMSNMP    Change Community for SNMP</p>
<p>CHGCOSD       Change Class-of-Service Desc</p>
<p>CHGCRQD       Change CRQ Description</p>
<p>CHGCSI        Change Comm Side Information</p>
<p>CHGCTLAPPC    Change Ctl Desc (APPC)</p>
<p>CHGCTLASC     Change Ctl Desc (Async)</p>
<p>CHGCTLBSC     Change Ctl Desc (BSC)</p>
<p>CHGCTLFNC     Change Ctl Desc (Finance)</p>
<p>CHGCTLHOST    Change Ctl Desc (SNA Host)</p>
<p>CHGCTLLWS     Change Ctl Desc (Local WS)</p>
<p>CHGCTLNET     Change Ctl Desc (Network)</p>
<p>CHGCTLRTL     Change Ctl Desc (Retail)</p>
<p>CHGCTLRWS     Change Ctl Desc (Remote WS)</p>
<p>CHGCTLTAP     Change Ctl Desc (Tape)</p>
<p>CHGCTLVWS     Change Ctl Desc (Virtual WS)</p>
<p>CHGCURDIR     Change Current Directory</p>
<p>CHGCURLIB     Change Current Library</p>
<p>CHGDBG        Change Debug</p>
<p>CHGDDMF       Change DDM File</p>
<p>CHGDEVAPPC    Change Device Desc (APPC)</p>
<p>CHGDEVASC     Change Device Desc (Async)</p>
<p>CHGDEVBSC     Change Device Desc (BSC)</p>
<p>CHGDEVDKT     Change Device Desc (Diskette)</p>
<p>CHGDEVDSP     Change Device Desc (Display)</p>
<p>CHGDEVFNC     Change Device Desc (Finance)</p>
<p>CHGDEVHOST    Change Device Desc (SNA Host)</p>
<p>CHGDEVINTR    Change Device Desc (Intra)</p>
<p>CHGDEVMLB     Change Device Desc (Media Lib)</p>
<p>CHGDEVNET     Change Device Desc (Network)</p>
<p>CHGDEVOPT     Change Device Desc (Optical)</p>
<p>CHGDEVPR      Change Device Desc (Printer)</p>
<p>CHGDEVRTL     Change Device Desc (Retail)</p>
<p>CHGDEVSNPT    Change Device Desc (SNPT)</p>
<p>CHGDEVSNUF    Change Device Desc (SNUF)</p>
<p>CHGDEVTAP     Change Device Desc (Tape)</p>
<p>CHGDIRE       Change Directory Entry</p>
<p>CHGDIRSHD     Change Directory Shadow System</p>
<p>CHGDKTF       Change Diskette File</p>
<p>CHGDLOAUD     Change DLO Auditing Level</p>
<p>CHGDLOAUT     Change DLO Authority</p>
<p>CHGDLOOWN     Change DLO Owner</p>
<p>CHGDLOPGP     Change DLO Primary Group</p>
<p>CHGDOCD       Change Document Description</p>
<p>CHGDSPF       Change Display File</p>
<p>CHGDSTA       Change Distribution Attributes</p>
<p>CHGDSTD       Change Distribution</p>
<p>CHGDSTL       Change Distribution List</p>
<p>CHGDSTPWD     Change DST Password</p>
<p>CHGDSTQ       Change Distribution Queue</p>
<p>CHGDSTRTE     Change Distribution Route</p>
<p>CHGDTA        Change Data</p>
<p>CHGDTAARA     Change Data Area</p>
<p>CHGEMLCFGE    Change Configuration Entry</p>
<p>CHGENVVAR     Change Environment Variable</p>
<p>CHGEWCBCDE    Change EWC Barcode Entry</p>
<p>CHGEWCM       Change Wireless Ctl Member</p>
<p>CHGEWCPTCE    Change EWC PTC Entry</p>
<p>CHGEWLM       Change Wireless Line Member</p>
<p>CHGEXPSCDE    Change Expiration Scd Entry</p>
<p>CHGFCNARA     Change Functional Area</p>
<p>CHGFCT        Change Forms Control Table</p>
<p>CHGFCTE       Change Forms Control Entry</p>
<p>CHGFTPA       Change FTP Attributes</p>
<p>CHGFTR        Change Filter</p>
<p>CHGGPHFMT     Change Graph Format</p>
<p>CHGGPHPKG     Change Graph Package</p>
<p>CHGGRPA       Change Group Attributes</p>
<p>CHGHLLPTR     Change HLL Pointer</p>
<p>CHGHTTPA      Change HTTP Attributes</p>
<p>CHGICFDEVE    Change ICF Device Entry</p>
<p>CHGICFF       Change ICF File</p>
<p>CHGIPIADR     Change IP over IPX Address</p>
<p>CHGIPIIFC     Change IP over IPX Interface</p>
<p>CHGIPLA       Change IPL Attributes</p>
<p>CHGIPSIFC     Change IP over SNA Interface</p>
<p>CHGIPSLOC     Change IP over SNA Location</p>
<p>CHGIPSTOS     Change IP over SNA TOS</p>
<p>CHGIPXCCT     Change IPX Circuit</p>
<p>CHGIPXD       Change IPX Description</p>
<p>CHGJOB        Change Job</p>
<p>CHGJOBD       Change Job Description</p>
<p>CHGJOBJS      Change Job using Job Scheduler</p>
<p>CHGJOBQE      Change Job Queue Entry</p>
<p>CHGJOBSCDE    Change Job Schedule Entry</p>
<p>CHGJOBTYP     Change Job Type</p>
<p>CHGJRN        Change Journal</p>
<p>CHGKBDMAP     Change Keyboard Map</p>
<p>CHGLANADPI    Change LAN Adapter Information</p>
<p>CHGLF         Change Logical File</p>
<p>CHGLFM        Change Logical File Member</p>
<p>CHGLIB        Change Library</p>
<p>CHGLIBL       Change Library List</p>
<p>CHGLICINF     Change License Information</p>
<p>CHGLINASC     Change Line Desc (Async)</p>
<p>CHGLINBSC     Change Line Desc (BSC)</p>
<p>CHGLINDDI     Change Line Desc (DDI)</p>
<p>CHGLINETH     Change Line Desc (Ethernet)</p>
<p>CHGLINFAX     Change Line Desc (Fax)</p>
<p>CHGLINFR      Change Line Desc (Frame Relay)</p>
<p>CHGLINIDLC    Change Line Desc (IDLC)</p>
<p>CHGLINNET     Change Line Desc (Network)</p>
<p>CHGLINSDLC    Change Line Desc (SDLC)</p>
<p>CHGLINTDLC    Change Line Desc (TDLC)</p>
<p>CHGLINTRN     Change Line Desc (Token-Ring)</p>
<p>CHGLINWLS     Change Line Desc (Wireless)</p>
<p>CHGLINX25     Change Line Desc (X.25)</p>
<p>CHGLPDA       Change LPD Attributes</p>
<p>CHGM36CFG     Change Machine Configuration</p>
<p>CHGMNU        Change Menu</p>
<p>CHGMOD        Change Module</p>
<p>CHGMODD       Change Mode Description</p>
<p>CHGMSGD       Change Message Description</p>
<p>CHGMSGF       Change Message File</p>
<p>CHGMSGQ       Change Message Queue</p>
<p>CHGNCK        Change Nickname</p>
<p>CHGNETA       Change Network Attributes</p>
<p>CHGNETJOBE    Change Network Job Entry</p>
<p>CHGNFSEXP     Change NFS Export</p>
<p>CHGNODGRPA    Change Node Group Attributes</p>
<p>CHGNTBD       Change NetBIOS Description</p>
<p>CHGNWIATM     Change NWI ATM</p>
<p>CHGNWIFR      Change Network Interface (FR)</p>
<p>CHGNWIISDN    Change Network Interface ISDN</p>
<p>CHGNWSA       Change NWS Attributes</p>
<p>CHGNWSALS     Change Network Server Alias</p>
<p>CHGNWSD       Change Network Server Desc</p>
<p>CHGNWSUSRA    Change NWS User Attributes</p>
<p>CHGOBJAUD     Change Object Auditing</p>
<p>CHGOBJD       Change Object Description</p>
<p>CHGOBJOWN     Change Object Owner</p>
<p>CHGOBJPGP     Change Object Primary Group</p>
<p>CHGOPTA       Change Optical Attributes</p>
<p>CHGOPTVOL     Change Optical Volume</p>
<p>CHGOUTQ       Change Output Queue</p>
<p>CHGOWN        Change Owner</p>
<p>CHGPCOPRF     Change PC Organizer Profile</p>
<p>CHGPDGPRF     Change PDG Profile</p>
<p>CHGPEXDFN     Change PEX Definition</p>
<p>CHGPF         Change Physical File</p>
<p>CHGPFCST      Change PF Constraint</p>
<p>CHGPFM        Change Physical File Member</p>
<p>CHGPFRCOL     Change Performance Collection</p>
<p>CHGPGM        Change Program</p>
<p>CHGPGMVAR     Change Program Variable</p>
<p>CHGPGP        Change Primary Group</p>
<p>CHGPJ         Change Prestart Job</p>
<p>CHGPJE        Change Prestart Job Entry</p>
<p>CHGPOPA       Change POP Server Attributes</p>
<p>CHGPRB        Change Problem</p>
<p>CHGPRBACNE    Change Problem Action Entry</p>
<p>CHGPRBSLTE    Change Problem Selection Entry</p>
<p>CHGPRF        Change Profile</p>
<p>CHGPRTF       Change Printer File</p>
<p>CHGPSFCFG     Change PSF Configuration</p>
<p>CHGPTR        Change Pointer</p>
<p>CHGPWD        Change Password</p>
<p>CHGPWRSCD     Change Power On/Off Schedule</p>
<p>CHGPWRSCDE    Change Power Schedule Entry</p>
<p>CHGQRYA       Change Query Attributes</p>
<p>CHGQSTDB      Change Q/A Database</p>
<p>CHGRCYAP      Chg Recovery for Access Paths</p>
<p>CHGRDBDIRE    Change RDB Directory Entry</p>
<p>CHGRJECMNE    Change RJE Communication Entry</p>
<p>CHGRJERDRE    Change RJE Reader Entry</p>
<p>CHGRJEWTRE    Change RJE Writer Entry</p>
<p>CHGRMTDFN     Change Remote Definition</p>
<p>CHGRPYLE      Change Reply List Entry</p>
<p>CHGRTDA       Change RouteD Attributes</p>
<p>CHGRTGE       Change Routing Entry</p>
<p>CHGRWSPWD     Change RWS Controller Password</p>
<p>CHGRXCA       Change REXEC Attributes</p>
<p>CHGS34LIBM    Change S/34 Library Member</p>
<p>CHGS36        Change S/36 Configuration</p>
<p>CHGS36A       Change S/36 Environment Attr</p>
<p>CHGS36MSGL    Change S/36 Message List</p>
<p>CHGS36PGMA    Change S/36 Program Attributes</p>
<p>CHGS36PRCA    Change S/36 Proc Attributes</p>
<p>CHGS36SRCA    Change S/36 Source Attributes</p>
<p>CHGSAVF       Change Save File</p>
<p>CHGSBSD       Change Subsystem Description</p>
<p>CHGSCHIDX     Change Search Index</p>
<p>CHGSECA       Change Security Attributes</p>
<p>CHGSECAUD     Change Security Auditing</p>
<p>CHGSHRPOOL    Change Shared Storage Pool</p>
<p>CHGSMTPA      Change SMTP Attributes</p>
<p>CHGSNILOC     Change SNA over IPX Location</p>
<p>CHGSNMPA      Change SNMP Attributes</p>
<p>CHGSPLFA      Change Spooled File Attributes</p>
<p>CHGSRCPF      Change Source Physical File</p>
<p>CHGSRVA       Change Service Attributes</p>
<p>CHGSRVPGM     Change Service Program</p>
<p>CHGSSND       Change Session Description</p>
<p>CHGSSNMAX     Change Session Maximum</p>
<p>CHGSYSDIRA    Change System Dir Attributes</p>
<p>CHGSYSJOB     Change System Job</p>
<p>CHGSYSLIBL    Change System Library List</p>
<p>CHGSYSVAL     Change System Value</p>
<p>CHGTAPCTG     Change Tape Cartridge</p>
<p>CHGTAPF       Change Tape File</p>
<p>CHGTCPA       Change TCP/IP Attributes</p>
<p>CHGTCPHTE     Change TCP/IP Host Table Entry</p>
<p>CHGTCPIFC     Change TCP/IP Interface</p>
<p>CHGTCPLNK     Change TCP/IP Link</p>
<p>CHGTCPRTE     Change TCP/IP Route</p>
<p>CHGTELNA      Change TELNET Attributes</p>
<p>CHGTFTPA      Change TFTP Attributes</p>
<p>CHGUSRAUD     Change User Auditing</p>
<p>CHGUSRPRF     Change User Profile</p>
<p>CHGUSRPRTI    Change User Print Info</p>
<p>CHGVAR        Change Variable</p>
<p>CHGVT1MAP     Change VT100 keyboard map</p>
<p>CHGVTMAP      Change VT Keyboard Map</p>
<p>CHGWSE        Change Work Station Entry</p>
<p>CHGWSGA       Change WSG Attributes</p>
<p>CHGWTR        Change Writer</p>
<p>CHKCMNTRC     Check Communications Trace</p>
<p>CHKDKT        Check Diskette</p>
<p>CHKDLO        Check Document Library Object</p>
<p>CHKIN         Check In Object</p>
<p>CHKOBJ        Check Object</p>
<p>CHKOBJITG     Check Object Integrity</p>
<p>CHKOUT        Check Out Object</p>
<p>CHKPRDOPT     Check Product Option</p>
<p>CHKPWD        Check Password</p>
<p>CHKRCDLCK     Check Record Locks</p>
<p>CHKS36SRCA    Check S/36 Source Attributes</p>
<p>CHKTAP        Check Tape</p>
<p>CLOF          Close File</p>
<p>CLRDKT        Clear Diskette</p>
<p>CLRJOBQ       Clear Job Queue</p>
<p>CLRLIB        Clear Library</p>
<p>CLRMSGQ       Clear Message Queue</p>
<p>CLROUTQ       Clear Output Queue</p>
<p>CLRPFM        Clear Physical File Member</p>
<p>CLRPOOL       Clear Pool</p>
<p>CLRSAVF       Clear Save File</p>
<p>CLRTRCDTA     Clear Trace Data</p>
<p>CMD           Command Definition</p>
<p>CMPJRNIMG     Compare Journal Images</p>
<p>CMPPFM        Compare Physical File Member</p>
<p>CMPPTFLVL     Compare PTF Level</p>
<p>CNLRJERDR     Cancel RJE Reader</p>
<p>CNLRJEWTR     Cancel RJE Writer</p>
<p>COMMIT        Commit</p>
<p>COPY          Copy Object</p>
<p>COPYRIGHT     Copyright</p>
<p>CPROBJ        Compress Object</p>
<p>CPY           Copy Object</p>
<p>CPYCFGL       Copy Configuration List</p>
<p>CPYDOC        Copy Document</p>
<p>CPYF          Copy File</p>
<p>CPYFCNARA     Copy Functional Area</p>
<p>CPYFRMDIR     Copy From Directory</p>
<p>CPYFRMDKT     Copy From Diskette</p>
<p>CPYFRMPCD     Copy From PC Document</p>
<p>CPYFRMQRYF    Copy From Query File</p>
<p>CPYFRMSTMF    Copy From Stream File</p>
<p>CPYFRMTAP     Copy From Tape</p>
<p>CPYGPHFMT     Copy Graph Format</p>
<p>CPYGPHPKG     Copy Graph Package</p>
<p>CPYJOBJS      Copy Job using Job Scheduler</p>
<p>CPYLIB        Copy Library</p>
<p>CPYOPT        Copy Optical</p>
<p>CPYPFRDTA     Copy Performance Data</p>
<p>CPYPTF        Copy Program Temporary Fix</p>
<p>CPYSPLF       Copy Spooled File</p>
<p>CPYSRCF       Copy Source File</p>
<p>CPYTODIR      Copy To Directory</p>
<p>CPYTODKT      Copy To Diskette</p>
<p>CPYTOPCD      Copy To PC Document</p>
<p>CPYTOSTMF     Copy To Stream File</p>
<p>CPYTOTAP      Copy To Tape</p>
<p>CRTALRTBL     Create Alert Table</p>
<p>CRTAUTHLR     Create Authority Holder</p>
<p>CRTAUTL       Create Authorization List</p>
<p>CRTBESTMDL    Create BEST/1 Model</p>
<p>CRTBNDCBL     Create Bound COBOL Program</p>
<p>CRTBNDCL      Create Bound CL Program</p>
<p>CRTBNDDIR     Create Binding Directory</p>
<p>CRTBNDRPG     Create Bound RPG Program</p>
<p>CRTCBLMOD     Create COBOL Module</p>
<p>CRTCBLPGM     Create COBOL Program</p>
<p>CRTCFGL       Create Configuration List</p>
<p>CRTCLD        Create C Locale Description</p>
<p>CRTCLMOD      Create CL Module</p>
<p>CRTCLPGM      Create CL Program</p>
<p>CRTCLS        Create Class</p>
<p>CRTCMD        Create Command</p>
<p>CRTCNNL       Create Connection List</p>
<p>CRTCOSD       Create Class-of-Service Desc</p>
<p>CRTCRQD       Create CRQ Description</p>
<p>CRTCSI        Create Comm Side Information</p>
<p>CRTCTLAPPC    Create Ctl Desc (APPC)</p>
<p>CRTCTLASC     Create Ctl Desc (Async)</p>
<p>CRTCTLBSC     Create Ctl Desc (BSC)</p>
<p>CRTCTLFNC     Create Ctl Desc (Finance)</p>
<p>CRTCTLHOST    Create Ctl Desc (SNA Host)</p>
<p>CRTCTLLWS     Create Ctl Desc (Local WS)</p>
<p>CRTCTLNET     Create Ctl Desc (Network)</p>
<p>CRTCTLRTL     Create Ctl Desc (Retail)</p>
<p>CRTCTLRWS     Create Ctl Desc (Remote WS)</p>
<p>CRTCTLTAP     Create Ctl Desc (Tape)</p>
<p>CRTCTLVWS     Create Ctl Desc (Virtual WS)</p>
<p>CRTDDMF       Create DDM File</p>
<p>CRTDEVAPPC    Create Device Desc (APPC)</p>
<p>CRTDEVASC     Create Device Desc (Async)</p>
<p>CRTDEVBSC     Create Device Desc (BSC)</p>
<p>CRTDEVDKT     Create Device Desc (Diskette)</p>
<p>CRTDEVDSP     Create Device Desc (Display)</p>
<p>CRTDEVFNC     Create Device Desc (Finance)</p>
<p>CRTDEVHOST    Create Device Desc (SNA Host)</p>
<p>CRTDEVINTR    Create Device Desc (Intra)</p>
<p>CRTDEVMLB     Create Device Desc (Media Lib)</p>
<p>CRTDEVNET     Create Device Desc (Network)</p>
<p>CRTDEVOPT     Create Device Desc (Optical)</p>
<p>CRTDEVPRT     Create Device Desc (Printer)</p>
<p>CRTDEVRTL     Create Device Desc (Retail)</p>
<p>CRTDEVSNPT    Create Device Desc (SNPT)</p>
<p>CRTDEVSNUF    Create Device Desc (SNUF)</p>
<p>CRTDEVTAP     Create Device Desc (Tape)</p>
<p>CRTDFUDSPF    Create DFU Display File</p>
<p>CRTDIR        Create Directory</p>
<p>CRTDKTF       Create Diskette File</p>
<p>CRTDOC        Create Document</p>
<p>CRTDSPF       Create Display File</p>
<p>CRTDSTL       Create Distribution List</p>
<p>CRTDTAARA     Create Data Area</p>
<p>CRTDTADCT     Create Data Dictionary</p>
<p>CRTDTAQ       Create Data Queue</p>
<p>CRTDUPOBJ     Create Duplicate Object</p>
<p>CRTEDTD       Create Edit Description</p>
<p>CRTFCNARA     Create Functional Area</p>
<p>CRTFCT        Create Forms Control Table</p>
<p>CRTFLR        Create Folder</p>
<p>CRTFNTRSC     Create Font Resource</p>
<p>CRTFORMDF     Create Form Definition</p>
<p>CRTFTR        Create Filter</p>
<p>CRTGPHFMT     Create Graph Format</p>
<p>CRTGPHPKG     Create Graph Package</p>
<p>CRTGSS        Create Graphics Symbol Set</p>
<p>CRTHSTDTA     Create Historical Data</p>
<p>CRTICFF       Create ICF File</p>
<p>CRTIPXD       Create IPX Description</p>
<p>CRTJOBD       Create Job Description</p>
<p>CRTJOBQ       Create Job Queue</p>
<p>CRTJRN        Create Journal</p>
<p>CRTJRNRCV     Create Journal Receiver</p>
<p>CRTLF         Create Logical File</p>
<p>CRTLIB        Create Library</p>
<p>CRTLINASC     Create Line Desc (Async)</p>
<p>CRTLINBSC     Create Line Desc (BSC)</p>
<p>CRTLINDDI     Create Line Desc (DDI)</p>
<p>CRTLINETH     Create Line Desc (Ethernet)</p>
<p>CRTLINFAX     Create Line Desc (Fax)</p>
<p>CRTLINFR      Create Line Desc (Frame Relay)</p>
<p>CRTLINIDLC    Create Line Desc (IDLC)</p>
<p>CRTLINNET     Create Line Desc (Network)</p>
<p>CRTLINSDLC    Create Line Desc (SDLC)</p>
<p>CRTLINTDLC    Create Line Desc (TDLC)</p>
<p>CRTLINTRN     Create Line Desc (Token-Ring)</p>
<p>CRTLINWLS     Create Line Desc (Wireless)</p>
<p>CRTLINX25     Create Line Desc (X.25)</p>
<p>CRTLOCALE     Create Locale</p>
<p>CRTM36CFG     Create Machine Configuration</p>
<p>CRTMNU        Create Menu</p>
<p>CRTMODD       Create Mode Description</p>
<p>CRTMSGF       Create Message File</p>
<p>CRTMSGFMNU    Create Menu from Msg Files</p>
<p>CRTMSGQ       Create Message Queue</p>
<p>CRTNODGRP     Create Node Group</p>
<p>CRTNODL       Create Node List</p>
<p>CRTNTBD       Create NetBIOS Description</p>
<p>CRTNWIATM     Create NWI ATM</p>
<p>CRTNWIFR      Create Network Interface (FR)</p>
<p>CRTNWIISDN    Create Network Interface ISDN</p>
<p>CRTNWSALS     Create Network Server Alias</p>
<p>CRTNWSD       Create Network Server Desc</p>
<p>CRTNWSSTG     Create NWS Storage Space</p>
<p>CRTOUTQ       Create Output Queue</p>
<p>CRTOVL        Create Overlay</p>
<p>CRTPAGDFN     Create Page Definition</p>
<p>CRTPAGSEG     Create Page Segment</p>
<p>CRTPDG        Create Print Descriptor Group</p>
<p>CRTPF         Create Physical File</p>
<p>CRTPGM        Create Program</p>
<p>CRTPNLGRP     Create Panel Group</p>
<p>CRTPRTF       Create Printer File</p>
<p>CRTPSFCFG     Create PSF Configuration</p>
<p>CRTQMFORM     Create Query Management Form</p>
<p>CRTQMQRY      Create Query Management Query</p>
<p>CRTQSTDB      Create Q/A Database</p>
<p>CRTQSTLOD     Create Q/A Database Load</p>
<p>CRTRJEBSCF    Create RJE BSC File</p>
<p>CRTRJECFG     Create RJE Configuration</p>
<p>CRTRJECMNF    Create RJE Communication File</p>
<p>CRTRPGMOD     Create RPG Module</p>
<p>CRTRPGPGM     Create RPG/400 Program</p>
<p>CRTRPTPGM     Create Auto Report RPG Program</p>
<p>CRTS36CBL     Create S/36 COBOL Program</p>
<p>CRTS36DSPF    Create S/36 Display File</p>
<p>CRTS36MNU     Create S/36 Menu</p>
<p>CRTS36MSGF    Create S/36 Message File</p>
<p>CRTS36RPG     Create RPG II Program</p>
<p>CRTS36RPGR    Create Console Display File</p>
<p>CRTS36RPT     Create S/36 RPG II Auto Report</p>
<p>CRTSAVF       Create Save File</p>
<p>CRTSBSD       Create Subsystem Description</p>
<p>CRTSCHIDX     Create Search Index</p>
<p>CRTSPADCT     Create Spelling Aid Dictionary</p>
<p>CRTSQLC       Create SQL C Program</p>
<p>CRTSQLCBL     Create SQL COBOL Program</p>
<p>CRTSQLCBLI    Create SQL ILE COBOL Object</p>
<p>CRTSQLCI      Create SQL ILE C object</p>
<p>CRTSQLFTN     Create SQL FORTRAN Program</p>
<p>CRTSQLPKG     Create SQL Package</p>
<p>CRTSQLPLI     Create SQL PL/I Program</p>
<p>CRTSQLRPG     Create SQL RPG Program</p>
<p>CRTSQLRPGI    Create SQL ILE RPG Object</p>
<p>CRTSRCPF      Create Source Physical File</p>
<p>CRTSRVPGM     Create Service Program</p>
<p>CRTSSND       Create Session Description</p>
<p>CRTTAPCGY     Create Tape Category</p>
<p>CRTTAPF       Create Tape File</p>
<p>CRTTBL        Create Table</p>
<p>CRTUDFS       Create User-Defined FS</p>
<p>CRTUSRPRF     Create User Profile</p>
<p>CRTVLDL       Create Validation List</p>
<p>CRTWSCST      Create WSCST</p>
<p>CVTBASSTR     Convert S/36 Stream File</p>
<p>CVTBASUNF     Convert S/36 Unformatted File</p>
<p>CVTBGUDTA     Convert BGU Data</p>
<p>CVTCLSRC      Convert CL Source</p>
<p>CVTDAT        Convert Date</p>
<p>CVTDLSNAM     Convert DLS Name</p>
<p>CVTEDU        Convert Education</p>
<p>CVTIPSIFC     Convert IP Address</p>
<p>CVTIPSLOC     Convert Network ID / Location</p>
<p>CVTNAMSMTP    Convert SMTP Names</p>
<p>CVTOPTBKU     Convert Optical Backup</p>
<p>CVTPFRDTA     Convert Performance Data</p>
<p>CVTRJEDTA     Convert RJE Data</p>
<p>CVTRPGSRC     Convert RPG Source</p>
<p>CVTS36CFG     Convert S/36 Configuration</p>
<p>CVTS36FCT     Convert Forms Control Table</p>
<p>CVTS36JOB     Convert S/36 Migration Job</p>
<p>CVTS36QRY     Convert S/36 Query</p>
<p>CVTS38JOB     Convert S/38 Migration Job</p>
<p>CVTTCPCL      Convert TCP/IP CL Source</p>
<p>CVTTOFLR      Convert To Folder</p>
<p>DATA          Data</p>
<p>DCL           Declare CL Variable</p>
<p>DCLF          Declare File</p>
<p>DCPOBJ        Decompress Object</p>
<p>DEL           Remove Link</p>
<p>DEP           Dependent Definition</p>
<p>DLCOBJ        Deallocate Object</p>
<p>DLTALR        Delete Alert</p>
<p>DLTALRTBL     Delete Alert Table</p>
<p>DLTAPARDTA    Delete APAR Data</p>
<p>DLTAUTHLR     Delete Authority Holder</p>
<p>DLTAUTL       Delete Authorization List</p>
<p>DLTBESTMDL    Delete BEST/1 model</p>
<p>DLTBNDDIR     Delete Binding Directory</p>
<p>DLTCFGL       Delete Configuration List</p>
<p>DLTCLD        Delete C Locale Description</p>
<p>DLTCLS        Delete Class</p>
<p>DLTCMD        Delete Command</p>
<p>DLTCMNTRC     Delete Communications Trace</p>
<p>DLTCNNL       Delete Connection List</p>
<p>DLTCOSD       Delete Class-of-Service Desc</p>
<p>DLTCRQD       Delete CRQ Description</p>
<p>DLTCSI        Delete Comm Side Information</p>
<p>DLTCSPMAP     Delete CSP/AE Map Group</p>
<p>DLTCTLD       Delete Controller Description</p>
<p>DLTDEVD       Delete Device Description</p>
<p>DLTDEVMLB     Delete Device Media Library</p>
<p>DLTDFUPGM     Delete DFU Program</p>
<p>DLTDKTLBL     Delete Diskette Label</p>
<p>DLTDLO        Delete Document Library Object</p>
<p>DLTDOCL       Delete Document List</p>
<p>DLTDST        Delete Distribution</p>
<p>DLTDSTL       Delete Distribution List</p>
<p>DLTDTAARA     Delete Data Area</p>
<p>DLTDTADCT     Delete Data Dictionary</p>
<p>DLTDTAQ       Delete Data Queue</p>
<p>DLTEDTD       Delete Edit Description</p>
<p>DLTF          Delete File</p>
<p>DLTFCNARA     Delete Functional Area</p>
<p>DLTFCT        Delete Forms Control Table</p>
<p>DLTFNTRSC     Delete Font Resource</p>
<p>DLTFNTTBL     Delete Font Table</p>
<p>DLTFORMDF     Delete Form Definition</p>
<p>DLTFTR        Delete Filter</p>
<p>DLTGPHFMT     Delete Graph Format</p>
<p>DLTGPHPKG     Delete Graph Package</p>
<p>DLTGSS        Delete Graphic Symbol Set</p>
<p>DLTHSTDTA     Delete Historical Data</p>
<p>DLTIPXD       Delete IPX Description</p>
<p>DLTJOBD       Delete Job Description</p>
<p>DLTJOBQ       Delete Job Queue</p>
<p>DLTJRN        Delete Journal</p>
<p>DLTJRNRCV     Delete Journal Receiver</p>
<p>DLTLIB        Delete library</p>
<p>DLTLICPGM     Delete Licensed Program</p>
<p>DLTLIND       Delete Line Description</p>
<p>DLTLOCALE     Delete Locale</p>
<p>DLTM36        Delete Machine</p>
<p>DLTM36CFG     Delete Machine Configuration</p>
<p>DLTMNU        Delete Menu</p>
<p>DLTMOD        Delete Module</p>
<p>DLTMODD       Delete Mode Description</p>
<p>DLTMSGF       Delete Message File</p>
<p>DLTMSGQ       Delete Message Queue</p>
<p>DLTNETF       Delete Network File</p>
<p>DLTNODGRP     Delete Node Group</p>
<p>DLTNODL       Delete Node List</p>
<p>DLTNTBD       Delete NetBIOS Descriptions</p>
<p>DLTNWID       Delete Network Interface Desc</p>
<p>DLTNWSALS     Delete Network Server Alias</p>
<p>DLTNWSAPP     Delete Network Server App</p>
<p>DLTNWSD       Delete Network Server Desc</p>
<p>DLTNWSSTG     Delete NWS Storage Space</p>
<p>DLTOUTQ       Delete Output Queue</p>
<p>DLTOVL        Delete Overlay</p>
<p>DLTOVR        Delete Override</p>
<p>DLTOVRDEVE    Delete Override Pgm Dev Entry</p>
<p>DLTPAGDFN     Delete Page Definition</p>
<p>DLTPAGSEG     Delete Page Segment</p>
<p>DLTPDG        Delete Print Descriptor Group</p>
<p>DLTPEXDTA     Delete PEX Data</p>
<p>DLTPFRDTA     Delete Performance Data</p>
<p>DLTPGM        Delete Program</p>
<p>DLTPNLGRP     Delete Panel Group</p>
<p>DLTPRB        Delete Problem</p>
<p>DLTPSFCFG     Delete PSF Configuration</p>
<p>DLTPTF        Delete Program Temporary Fix</p>
<p>DLTQMFORM     Delete Query Management Form</p>
<p>DLTQMQRY      Delete Query Management Query</p>
<p>DLTQRY        Delete Query</p>
<p>DLTQST        Delete Questions and Answers</p>
<p>DLTQSTDB      Delete Q/A Database</p>
<p>DLTRJECFG     Delete RJE Configuration</p>
<p>DLTSBSD       Delete Subsystem Description</p>
<p>DLTSCHIDX     Delete Search Index</p>
<p>DLTSHF        Delete Bookshelf</p>
<p>DLTSPADCT     Delete Spelling Aid Dictionary</p>
<p>DLTSPLF       Delete Spooled File</p>
<p>DLTSQLPKG     Delete SQL Package</p>
<p>DLTSRVPGM     Delete Service Program</p>
<p>DLTSSND       Delete Session Description</p>
<p>DLTTAPCGY     Delete Tape Category</p>
<p>DLTTBL        Delete Table</p>
<p>DLTUDFS       Delete User-Defined FS</p>
<p>DLTUSRIDX     Delete User Index</p>
<p>DLTUSRPRF     Delete User Profile</p>
<p>DLTUSRQ       Delete User Queue</p>
<p>DLTUSRSPC     Delete User Space</p>
<p>DLTVLDL       Delete Validation List</p>
<p>DLTWSCST      Delete WSCST</p>
<p>DLYJOB        Delay Job</p>
<p>DMPCLPGM      Dump CL Program</p>
<p>DMPDLO        Dump Document Library Object</p>
<p>DMPJOB        Dump Job</p>
<p>DMPJOBINT     Dump Job Internal</p>
<p>DMPOBJ        Dump Object</p>
<p>DMPSYSOBJ     Dump System Object</p>
<p>DMPTAP        Dump Tape</p>
<p>DMPTRC        Dump Trace</p>
<p>DO            Do Group</p>
<p>DSCJOB        Disconnect Job</p>
<p>DSPACC        Display Access Code</p>
<p>DSPACCAUT     Display Access Code Authority</p>
<p>DSPACCGRP     Display Access Group</p>
<p>DSPACTPJ      Display Active Prestart Jobs</p>
<p>DSPACTPRFL    Display Active Profile List</p>
<p>DSPACTSCD     Display Activation Schedule</p>
<p>DSPAPPNINF    Display APPN Information</p>
<p>DSPAUDJRNE    Display Audit Journal Entries</p>
<p>DSPAUT        Display Authority</p>
<p>DSPAUTHLR     Display Authority Holder</p>
<p>DSPAUTL       Display Authorization List</p>
<p>DSPAUTLDLO    Display Authorization List DLO</p>
<p>DSPAUTLOBJ    Display Authorization List Obj</p>
<p>DSPAUTUSR     Display Authorized Users</p>
<p>DSPBCKSTS     Display Backup Status</p>
<p>DSPBCKUP      Display Backup Options</p>
<p>DSPBCKUPL     Display Backup List</p>
<p>DSPBKP        Display Breakpoints</p>
<p>DSPBNDDIR     Display Binding Directory</p>
<p>DSPCCTRTE     Display Circuit Route</p>
<p>DSPCCTSRV     Display Circuit Service</p>
<p>DSPCDEFNT     Display Coded Font</p>
<p>DSPCFGL       Display Configuration List</p>
<p>DSPCLS        Display Class</p>
<p>DSPCMD        Display Command</p>
<p>DSPCNNL       Display Connection List</p>
<p>DSPCNNSTS     Display Connection Status</p>
<p>DSPCOSD       Display Class-of-Service Desc</p>
<p>DSPCPCST      Display CHKPND Constraint</p>
<p>DSPCSI        Display Comm Side Information</p>
<p>DSPCTLD       Display Controller Description</p>
<p>DSPCURDIR     Display Current Directory</p>
<p>DSPDBG        Display Debug</p>
<p>DSPDBGWCH     Display Debug Watch</p>
<p>DSPDBR        Display Data Base Relations</p>
<p>DSPDDMF       Display DDM File</p>
<p>DSPDEVD       Display Device Description</p>
<p>DSPDIRE       Display Directory Entries</p>
<p>DSPDKT        Display Diskette</p>
<p>DSPDLOAUD     Display DLO Auditing Level</p>
<p>DSPDLOAUT     Display DLO Authority</p>
<p>DSPDLONAM     Display DLO Name</p>
<p>DSPDOC        Display Document</p>
<p>DSPDSTL       Display Distribution List</p>
<p>DSPDSTLOG     Display Distribution Log</p>
<p>DSPDSTSRV     Display Distribution Services</p>
<p>DSPDTA        Display Data</p>
<p>DSPDTAARA     Display Data Area</p>
<p>DSPDTADCT     Display Data Dictionary</p>
<p>DSPEDTD       Display Edit Description</p>
<p>DSPEWCBCDE    Display EWC Barcode Entry</p>
<p>DSPEWCM       Display Wireless Ctl Member</p>
<p>DSPEWCPTCE    Display EWC PTC Entry</p>
<p>DSPEWLM       Display Wireless Line Member</p>
<p>DSPEXPSCD     Display Expiration Schedule</p>
<p>DSPFD         Display File Description</p>
<p>DSPFFD        Display File Field Description</p>
<p>DSPFLR        Display Folder</p>
<p>DSPFNTRSCA    Display Font Resource Attr</p>
<p>DSPFNTTBL     Display Font Table</p>
<p>DSPHDWRSC     Display Hardware Resources</p>
<p>DSPHFS        Display Hierarchical File Sys.</p>
<p>DSPHLPDOC     Display Help Document</p>
<p>DSPHSTGPH     Display Historical Graph</p>
<p>DSPHSTJS      Display History using JS</p>
<p>DSPIPLA       Display IPL Attributes</p>
<p>DSPIPXCCT     Display IPX Circuit</p>
<p>DSPIPXD       Display IPX Description</p>
<p>DSPJOB        Display Job</p>
<p>DSPJOBD       Display Job Description</p>
<p>DSPJOBJS      Display Job using JS</p>
<p>DSPJOBLOG     Display Job Log</p>
<p>DSPJOBTBL     Display Job Tables</p>
<p>DSPJRN        Display Journal</p>
<p>DSPJRNRCVA    Display Journal Receiver Atr</p>
<p>DSPKBDMAP     Display Keyboard Map</p>
<p>DSPLANADPP    Display LAN Adapter Profile</p>
<p>DSPLANMLB     Display LAN Media Library</p>
<p>DSPLANSTS     Display LAN Status</p>
<p>DSPLIB        Display Library</p>
<p>DSPLIBD       Display Library Description</p>
<p>DSPLIBL       Display Library List</p>
<p>DSPLICKEY     Display License Key Info</p>
<p>DSPLIND       Display Line Description</p>
<p>DSPLNK        Display Object Links</p>
<p>DSPLOG        Display Log</p>
<p>DSPM36        Display Machine</p>
<p>DSPM36CFG     Display Machine Configuration</p>
<p>DSPMFSINF     Display Mounted FS Information</p>
<p>DSPMNUA       Display Menu Attributes</p>
<p>DSPMOD        Display Module</p>
<p>DSPMODD       Display Mode Description</p>
<p>DSPMODSRC     Display Module Source</p>
<p>DSPMODSTS     Display Mode Status</p>
<p>DSPMSG        Display Messages</p>
<p>DSPMSGD       Display Message Description</p>
<p>DSPNCK        Display Nickname</p>
<p>DSPNETA       Display Network Attributes</p>
<p>DSPNODGRP     Display Node Group</p>
<p>DSPNTBD       Display NetBIOS Description</p>
<p>DSPNWID       Display Network Interface Desc</p>
<p>DSPNWSA       Display NWS Attributes</p>
<p>DSPNWSALS     Display Network Server Alias</p>
<p>DSPNWSD       Display Network Server Desc</p>
<p>DSPNWSSSN     Display Network Server Session</p>
<p>DSPNWSSTC     Display NWS Statistics</p>
<p>DSPNWSSTG     Display NWS Storage Space</p>
<p>DSPNWSUSR     Display Network Server Users</p>
<p>DSPNWSUSRA    Display NWS User Attributes</p>
<p>DSPOBJAUT     Display Object Authority</p>
<p>DSPOBJD       Display Object Description</p>
<p>DSPOPCLNK     Display OptiConnect Link Sts</p>
<p>DSPOPT        Display Optical</p>
<p>DSPOPTLCK     Display Optical Locks</p>
<p>DSPOPTSVR     Display Optical Server</p>
<p>DSPOVR        Display Override</p>
<p>DSPPDGPRF     Display PDG Profile</p>
<p>DSPPFM        Display Physical File Member</p>
<p>DSPPFRDTA     Display Performance Data</p>
<p>DSPPFRGPH     Display Performance Graph</p>
<p>DSPPGM        Display Program</p>
<p>DSPPGMADP     Display Program Adopt</p>
<p>DSPPGMREF     Display Program References</p>
<p>DSPPGMVAR     Display Program Variable</p>
<p>DSPPRB        Display Problems</p>
<p>DSPPSFCFG     Display PSF Configuration</p>
<p>DSPPTF        Display Program Temporary Fix</p>
<p>DSPPWRSCD     Display Power On/Off Schedule</p>
<p>DSPRCDLCK     Display Record Locks</p>
<p>DSPRCYAP      Dsp Recovery for Access Paths</p>
<p>DSPRDBDIRE    Display RDB Directory Entries</p>
<p>DSPRJECFG     Display RJE Configuration</p>
<p>DSPRMTDFN     Display Remote Definition</p>
<p>DSPS36        Display S/36 Configuration</p>
<p>DSPSAVF       Display Save File</p>
<p>DSPSBSD       Display Subsystem Description</p>
<p>DSPSECA       Display Security Attributes</p>
<p>DSPSECAUD     Display Security Auditing</p>
<p>DSPSFWRSC     Display Software Resources</p>
<p>DSPSOCSTS     Display Sphere of Control Sts</p>
<p>DSPSPLF       Display Spooled File</p>
<p>DSPSRVA       Display Service Attributes</p>
<p>DSPSRVPGM     Display Service Program</p>
<p>DSPSRVSTS     Display Service Status</p>
<p>DSPSYSSTS     Display System Status</p>
<p>DSPSYSVAL     Display System Value</p>
<p>DSPTAP        Display Tape</p>
<p>DSPTAPCGY     Display Tape Category</p>
<p>DSPTAPCTG     Display Tape Cartridge</p>
<p>DSPTAPSTS     Display Tape Status</p>
<p>DSPTM         Display Trademarks</p>
<p>DSPTRC        Display Trace</p>
<p>DSPTRCDTA     Display Trace Data</p>
<p>DSPUDFS       Display User-Defined FS</p>
<p>DSPUPGPRP     Display Upgrade Preparation</p>
<p>DSPUSRPMN     Display User Permission</p>
<p>DSPUSRPRF     Display User Profile</p>
<p>DSPUSRPRTI    Display User Print Info</p>
<p>DSPVT1MAP     Display VT100 keyboard map</p>
<p>DSPVTMAP      Display VT Keyboard Map</p>
<p>DSPWSUSR      Display Work Station User</p>
<p>DUPDKT        Duplicate Diskette</p>
<p>DUPOPT        Duplicate Optical</p>
<p>DUPTAP        Duplicate Tape</p>
<p>EDTAUTL       Edit Authorization List</p>
<p>EDTBCKUPL     Edit Backup List</p>
<p>EDTCPCST      Edit CHKPND Constraints</p>
<p>EDTDLOAUT     Edit DLO Authority</p>
<p>EDTDOC        Edit Document</p>
<p>EDTLIBL       Edit Library List</p>
<p>EDTOBJAUT     Edit Object Authority</p>
<p>EDTQST        Edit Questions and Answers</p>
<p>EDTRBDAP      Edit Rebuild of Access Paths</p>
<p>EDTRCYAP      Edit Recovery for Access Path</p>
<p>EDTS36PGMA    Edit S/36 Program Attributes</p>
<p>EDTS36PRCA    Edit S/36 Procedure Attribute</p>
<p>EDTS36SRCA    Edit S/36 Source Attributes</p>
<p>EDTWSOAUT     Edit Workstation Object Aut</p>
<p>EJTEMLOUT     Eject Emulation Output</p>
<p>ELEM          Element Definition</p>
<p>ELSE          Else</p>
<p>EMLPRTKEY     Emulate Printer Keys</p>
<p>ENDBCHJOB     End Batch Job</p>
<p>ENDCBLDBG     End COBOL Debug</p>
<p>ENDCLNUP      End Cleanup</p>
<p>ENDCMNSVR     End Communications Server</p>
<p>ENDCMNTRC     End Communications Trace</p>
<p>ENDCMTCTL     End Commitment Control</p>
<p>ENDCPYSCN     End Copy Screen</p>
<p>ENDCTLRCY     End Controller Recovery</p>
<p>ENDDBG        End Debug Mode</p>
<p>ENDDBGSVR     End Debug Server</p>
<p>ENDDBMON      End Database Monitor</p>
<p>ENDDEVRCY     End Device Recovery</p>
<p>ENDDIRSHD     End Directory Shadowing</p>
<p>ENDDO         End Do Group</p>
<p>ENDEPMENV     End EPM Environments</p>
<p>ENDGRPJOB     End Group Job</p>
<p>ENDHOSTSVR    End Host Server</p>
<p>ENDINP        End Input</p>
<p>ENDIPIIFC     End IP over IPX Interface</p>
<p>ENDIPSIFC     End IP over SNA Interface</p>
<p>ENDIPX        End IPX</p>
<p>ENDIPXCCT     End IPX Circuit</p>
<p>ENDISDB       End ISDB</p>
<p>ENDJOB        End Job</p>
<p>ENDJOBABN     End Job Abnormal</p>
<p>ENDJOBTRC     End Job Trace</p>
<p>ENDJRNAP      End Journal Access Path</p>
<p>ENDJRNPF      End Journaling PF Changes</p>
<p>ENDJS         End Job Scheduler</p>
<p>ENDLINRCY     End Line Recovery</p>
<p>ENDM36        End Machine</p>
<p>ENDMOD        End Mode</p>
<p>ENDMSF        End Mail Server Framework</p>
<p>ENDNFSSVR     End NFS Server</p>
<p>ENDNWIRCY     End Network Interface Recovery</p>
<p>ENDNWSAPP     End Network Server Application</p>
<p>ENDPASTHR     End Pass-Through</p>
<p>ENDPEX        End Performance Explorer</p>
<p>ENDPFRCOL     End Performance Collection</p>
<p>ENDPFRMON     End Performance Monitor</p>
<p>ENDPGM        End Program</p>
<p>ENDPGMEXP     End Program Export List</p>
<p>ENDPJ         End Prestarted Jobs</p>
<p>ENDPRTEML     End Printer Emulation</p>
<p>ENDRCV        End Receive</p>
<p>ENDRDBRQS     End relational database request</p>
<p>ENDRDR        End Reader</p>
<p>ENDRJESSN     End RJE Session</p>
<p>ENDRMTSPT     End Remote Support</p>
<p>ENDRQS        End Request</p>
<p>ENDS36        End S/36 Session</p>
<p>ENDSBS        End Subsystem</p>
<p>ENDSRVJOB     End Service Job</p>
<p>ENDSYS        End System</p>
<p>ENDTCP        End TCP/IP</p>
<p>ENDTCPCNN     End TCP/IP Connection</p>
<p>ENDTCPIFC     End TCP/IP Interface</p>
<p>ENDTCPLNK     End TCP/IP Link</p>
<p>ENDTCPPTP     End Point-to-Point TCP/IP</p>
<p>ENDTCPSVR     End TCP/IP Server</p>
<p>ENDTIESSN     End TIE Session</p>
<p>ENDTRPMGR     End Trap Manager</p>
<p>ENDWTR        End Writer</p>
<p>EOF           End of File</p>
<p>ERASE         Remove Link</p>
<p>EXPORT        Export a Program Symbol</p>
<p>EXPORTFS      Change NFS Export</p>
<p>EXTPGMINF     Extract Program Information</p>
<p>FILDOC        File Document</p>
<p>FMTDTA        Format Data</p>
<p>FNDSTRPART    Find String in Parts with PDM</p>
<p>FNDSTRPDM     Find String Using PDM</p>
<p>FTP           Start TCP/IP File Transfer</p>
<p>GENCAT        Generate Message Catalog</p>
<p>GENS36RPT     Generate S/36 Report</p>
<p>GENS38RPT     Generate S/38 Report</p>
<p>GO            Go to Menu</p>
<p>GOTO          Go To</p>
<p>GRTACCAUT     Grant Access Code Authority</p>
<p>GRTOBJAUT     Grant Object Authority</p>
<p>GRTUSRAUT     Grant User Authority</p>
<p>GRTUSRPMN     Grant User Permission</p>
<p>GRTWSOAUT     Grant Workstation Object Aut</p>
<p>HLDCMNDEV     Hold Communications Device</p>
<p>HLDDSTQ       Hold Distribution Queue</p>
<p>HLDJOB        Hold Job</p>
<p>HLDJOBQ       Hold Job Queue</p>
<p>HLDJOBSCDE    Hold Job Schedule Entry</p>
<p>HLDOUTQ       Hold Output Queue</p>
<p>HLDRDR        Hold Reader</p>
<p>HLDSPLF       Hold Spooled File</p>
<p>HLDWTR        Hold Writer</p>
<p>IF            If</p>
<p>INSNWSAPP     Install Network Server App</p>
<p>INSPTF        Install Program Temporary Fix</p>
<p>INZDKT        Initialize Diskette</p>
<p>INZDSTQ       Initialize Distribution Queue</p>
<p>INZOPT        Initialize Optical</p>
<p>INZPCS        Initialize Client Access/400</p>
<p>INZPFM        Initialize Physical File Mbr</p>
<p>INZSYS        Initialize System</p>
<p>INZTAP        Initialize Tape</p>
<p>IPXPING       Verify IPX Connection</p>
<p>LNKDTADFN     Link/Unlink Data Definition</p>
<p>LODPTF        Load Program Temporary Fix</p>
<p>LODQSTDB      Load Q/A Database</p>
<p>LODRUN        Load and Run</p>
<p>LPR           Send TCP/IP Spooled File</p>
<p>MD            Create Directory</p>
<p>MDLSYS        Model System</p>
<p>MGRS36        Complete System/36 Migration</p>
<p>MGRS36APF     System/36 APF Migration</p>
<p>MGRS36CBL     System/36 Cobol Migration</p>
<p>MGRS36DFU     System/36 DFU Migration</p>
<p>MGRS36DSPF    System/36 Display File Migrate</p>
<p>MGRS36ITM     Migrate S/36 item</p>
<p>MGRS36LIB     System/36 Library Migration</p>
<p>MGRS36MNU     System/36 Menu Migration</p>
<p>MGRS36MSGF    System/36 Message File Migrate</p>
<p>MGRS36QRY     System/36 Query Migration</p>
<p>MGRS36RPG     System/36 RPG II Migration</p>
<p>MGRS36SEC     System/36 User ID Migration</p>
<p>MGRS38OBJ     Migrate S/38 object</p>
<p>MIGRATE       Migration Menu</p>
<p>MKDIR         Create Directory</p>
<p>MONMSG        Monitor Message</p>
<p>MOUNT         Add Mounted FS</p>
<p>MOV           Move Object</p>
<p>MOVDOC        Move Document</p>
<p>MOVE          Move Object</p>
<p>MOVOBJ        Move Object</p>
<p>MRGFMRSPL     Merge spool file with a form</p>
<p>MRGFORMD      Merge Form Description</p>
<p>MRGMSGCLG     Merge Message Catalog</p>
<p>MRGMSGF       Merge Message File</p>
<p>MRGSRC        Merge Source</p>
<p>MRGTCPHT      Merge TCP/IP Host Table</p>
<p>NETSTAT       Work with TCP/IP Network Sts</p>
<p>OPNDBF        Open Data Base File</p>
<p>OPNQRYF       Open Query File</p>
<p>OVRDBF        Override with Data Base File</p>
<p>OVRDKTF       Override with Diskette File</p>
<p>OVRDSPF       Override with Display File</p>
<p>OVRICFDEVE    Override ICF Pgm Device Entry</p>
<p>OVRICFF       Override ICF File</p>
<p>OVRMSGF       Override Message File</p>
<p>OVRPRTF       Override with Printer File</p>
<p>OVRSAVF       Override with Save File</p>
<p>OVRTAPF       Override with Tape File</p>
<p>PARM          Parameter Definition</p>
<p>PGM           Program</p>
<p>PING          Verify TCP/IP Connection</p>
<p>PMTCTL        Prompt Control Definition</p>
<p>POSDBF        Position Data Base File</p>
<p>PRTACTRPT     Print Activity Report</p>
<p>PRTADPOBJ     Print Adopting Objects</p>
<p>PRTAFPDTA     Print AFP Data</p>
<p>PRTCMDUSG     Print Command Usage</p>
<p>PRTCMNSEC     Print Communications Security</p>
<p>PRTCMNTRC     Print Communications Trace</p>
<p>PRTCPTRPT     Print Component Report</p>
<p>PRTDEVADR     Print Device Addresses</p>
<p>PRTDOC        Print Document</p>
<p>PRTDSKINF     Print Disk Information</p>
<p>PRTERRLOG     Print Error Log</p>
<p>PRTINTDTA     Print Internal Data</p>
<p>PRTIPSCFG     Print IP over SNA</p>
<p>PRTJOBDAUT    Print JOBD Authority</p>
<p>PRTJOBRPT     Print Job Interval Report</p>
<p>PRTJOBTRC     Print Job Trace</p>
<p>PRTLCKRPT     Print Lock Report</p>
<p>PRTPEXRPT     Print PEX Report</p>
<p>PRTPOLRPT     Print Pool Report</p>
<p>PRTPUBAUT     Print Publicly Auth Objects</p>
<p>PRTPVTAUT     Print Private Authorities</p>
<p>PRTQAUT       Print Queue Authority</p>
<p>PRTRSCRPT     Print Resource Report</p>
<p>PRTSBSDAUT    Print Subsystem Description</p>
<p>PRTSCDJS      Print Schedule using JS</p>
<p>PRTSQLINF     Print SQL Information</p>
<p>PRTSWL        Print Stop Word List</p>
<p>PRTSYSINF     Print System Information</p>
<p>PRTSYSRPT     Print System Report</p>
<p>PRTSYSSECA    Print System Security Attr</p>
<p>PRTTNSRPT     Print Transaction Report</p>
<p>PRTTRCRPT     Print Job Trace Report</p>
<p>PRTTRGPGM     Print Trigger Programs</p>
<p>PRTUSROBJ     Print User Objects</p>
<p>PRTUSRPRF     Print User Profile</p>
<p>PWRDWNSYS     Power Down System</p>
<p>QMUS36        System/36 Command Selection</p>
<p>QPZA000844    Send Distribution</p>
<p>QRYDOCLIB     Query Document Library</p>
<p>QRYDST        Query Distributions</p>
<p>QRYPRBSTS     Query Problem Status</p>
<p>QRYTIEF       Query TIE Files</p>
<p>QUAL          Qualifier Definition</p>
<p>RCLACTGRP     Reclaim Activation Group</p>
<p>RCLDDMCNV     Reclaim DDM Conversations</p>
<p>RCLDLO        Reclaim Document Lib Object</p>
<p>RCLLIB        Reclaim Library</p>
<p>RCLOPT        Reclaim Optical</p>
<p>RCLRSC        Reclaim Resources</p>
<p>RCLSPLSTG     Reclaim Spool Storage</p>
<p>RCLSTG        Reclaim Storage</p>
<p>RCLTMPSTG     Reclaim Temporary Storage</p>
<p>RCVDST        Receive Distribution</p>
<p>RCVF          Receive File</p>
<p>RCVJRNE       Receive Journal Entry</p>
<p>RCVMGRDTA     Receive Migration Data</p>
<p>RCVMSG        Receive Message</p>
<p>RCVNETF       Receive Network File</p>
<p>RCVTIEF       Receive TIE File</p>
<p>RD            Remove Directory</p>
<p>READFILE      Read a File</p>
<p>REN           Rename Object</p>
<p>RESMGRNAM     no discription</p>
<p>RETURN        Return</p>
<p>RGZDLO        Reorganize Document Lib Object</p>
<p>RGZPFM        Reorganize Physical File Mbr</p>
<p>RLSCMNDEV     Release Communications Device</p>
<p>RLSDSTQ       Release Distribution Queue</p>
<p>RLSIFSLCK     Release File System Locks</p>
<p>RLSJOB        Release Job</p>
<p>RLSJOBQ       Release Job Queue</p>
<p>RLSJOBSCDE    Release Job Schedule Entry</p>
<p>RLSOUTQ       Release Output Queue</p>
<p>RLSRDR        Release Reader</p>
<p>RLSRMTPHS     Release Remote Phase</p>
<p>RLSSPLF       Release Spooled File</p>
<p>RLSWTR        Release Writer</p>
<p>RMDIR         Remove Directory</p>
<p>RMVACC        Remove Access Code</p>
<p>RMVAJE        Remove Autostart Job Entry</p>
<p>RMVALRD       Remove Alert Description</p>
<p>RMVAUTLE      Remove Auth List Entry</p>
<p>RMVBKP        Remove Breakpoint</p>
<p>RMVBNDDIRE    Remove Binding Directory Entry</p>
<p>RMVCCTRTE     Remove Circuit Route</p>
<p>RMVCCTSRV     Remove Circuit Service</p>
<p>RMVCFGLE      Remove Cfg List Entries</p>
<p>RMVCMNE       Remove Communications Entry</p>
<p>RMVCNNLE      Remove Connection List Entry</p>
<p>RMVCOMSNMP    Remove Community for SNMP</p>
<p>RMVDIR        Remove Directory</p>
<p>RMVDIRE       Remove Directory Entry</p>
<p>RMVDIRSHD     Remove Directory Shadow System</p>
<p>RMVDLOAUT     Remove DLO Authority</p>
<p>RMVDSTLE      Remove Distribution List Entry</p>
<p>RMVDSTQ       Remove Distribution Queue</p>
<p>RMVDSTRTE     Remove Distribution Route</p>
<p>RMVDSTSYSN    Remove Secondary System Name</p>
<p>RMVEMLCFGE    Remove Configuration Entry</p>
<p>RMVEWCBCDE    Remove EWC Barcode Entry</p>
<p>RMVEWCPTCE    Remove EWC PTC Entry</p>
<p>RMVEXITPGM    Remove Exit Program</p>
<p>RMVFCTE       Remove Forms Control Entry</p>
<p>RMVFTRACNE    Remove Filter Action Entry</p>
<p>RMVFTRSLTE    Remove Filter Selection Entry</p>
<p>RMVICFDEVE    Remove ICF Device Entry</p>
<p>RMVIPIADR     Remove IP over IPX Address</p>
<p>RMVIPIIFC     Remove IP over IPX Interface</p>
<p>RMVIPIRTE     Remove IP over IPX Route</p>
<p>RMVIPSIFC     Remove IP over SNA Interface</p>
<p>RMVIPSLOC     Remove IP over SNA Location</p>
<p>RMVIPSRTE     Remove IP over SNA Route</p>
<p>RMVIPXCCT     Remove IPX Circuit</p>
<p>RMVJOBQE      Remove Job Queue Entry</p>
<p>RMVJOBSCDE    Remove Job Schedule Entry</p>
<p>RMVJRNCHG     Remove Journaled Changes</p>
<p>RMVLANADPI    Remove LAN Adapter Information</p>
<p>RMVLANADPT    Remove LAN Adapter</p>
<p>RMVLIBLE      Remove Library List Entry</p>
<p>RMVLICKEY     Remove License Key Information</p>
<p>RMVLNK        Remove Link</p>
<p>RMVM          Remove Member</p>
<p>RMVMFS        Remove Mounted FS</p>
<p>RMVMSG        Remove Message</p>
<p>RMVMSGD       Remove Message Description</p>
<p>RMVNCK        Remove Nickname</p>
<p>RMVNETJOBE    Remove Network Job Entry</p>
<p>RMVNETTBLE    Remove Network Table Entry</p>
<p>RMVNODLE      Remove Node List Entry</p>
<p>RMVNWSSTGL    Remove Server Storage Link</p>
<p>RMVOPTCTG     Remove Optical Cartridge</p>
<p>RMVOPTSVR     Remove Optical Server</p>
<p>RMVPCLTBLE    Remove Protocol Table Entry</p>
<p>RMVPEXDFN     Remove PEX Definition</p>
<p>RMVPFCST      Remove PF Constraint</p>
<p>RMVPFTRG      Remove Physical File Trigger</p>
<p>RMVPGM        Remove Program</p>
<p>RMVPJE        Remove Prestart Job Entry</p>
<p>RMVPTF        Remove Program Temporary Fix</p>
<p>RMVRDBDIRE    Remove RDB Directory Entry</p>
<p>RMVREXBUF     Remove REXX Buffer</p>
<p>RMVRJECMNE    Remove RJE Communication Entry</p>
<p>RMVRJERDRE    Remove RJE Reader Entry</p>
<p>RMVRJEWTRE    Remove RJE Writer Entry</p>
<p>RMVRMTDFN     Remove Remote Definition</p>
<p>RMVRPYLE      Remove Reply List Entry</p>
<p>RMVRTGE       Remove Routing Entry</p>
<p>RMVSCHIDXE    Remove Search Index Entry</p>
<p>RMVSNILOC     Remove SNA over IPX Location</p>
<p>RMVSOCE       Remove Sphere of Control Entry</p>
<p>RMVSRVTBLE    Remove Service Table Entry</p>
<p>RMVTAPCTG     Remove Tape Cartridge</p>
<p>RMVTCPHTE     Remove TCP/IP Host Table Entry</p>
<p>RMVTCPIFC     Remove TCP/IP Interface</p>
<p>RMVTCPLNK     Remove TCP/IP Link</p>
<p>RMVTCPPORT    Remove TCP/IP Port Restriction</p>
<p>RMVTCPRSI     Remove TCP/IP Remote System</p>
<p>RMVTCPRTE     Remove TCP/IP Route</p>
<p>RMVTRC        Remove Trace</p>
<p>RMVWSE        Remove Work Station Entry</p>
<p>RNM           Rename Object</p>
<p>RNMCNNLE      Rename Connection List Entry</p>
<p>RNMDIRE       Rename Directory Entry</p>
<p>RNMDKT        Rename Diskette</p>
<p>RNMDLO        Rename Document Library Object</p>
<p>RNMDSTL       Rename Distribution List</p>
<p>RNMLANADPI    Rename LAN Adapter</p>
<p>RNMM          Rename Member</p>
<p>RNMNCK        Rename Nickname</p>
<p>RNMOBJ        Rename Object</p>
<p>RNMTCPHTE     Rename TCP/IP Host Table Entry</p>
<p>ROLLBACK      Rollback</p>
<p>RPLDOC        Replace Document</p>
<p>RQSORDAST     Request Order Assistance</p>
<p>RRTJOB        Reroute Job</p>
<p>RSMBKP        Resume Breakpoint</p>
<p>RSMCTLRCY     Resume Controller Recovery</p>
<p>RSMDEVRCY     Resume Device Recovery</p>
<p>RSMLINRCY     Resume Line Recovery</p>
<p>RSMNWIRCY     Resume NWI Recovery</p>
<p>RST           Restore Object</p>
<p>RSTAUT        Restore Authority</p>
<p>RSTCFG        Restore Configuration</p>
<p>RSTDLO        Restore Document Lib Object</p>
<p>RSTLIB        Restore Library</p>
<p>RSTLICPGM     Restore Licensed Program</p>
<p>RSTOBJ        Restore Object</p>
<p>RSTS36F       Restore S/36 File</p>
<p>RSTS36FLR     Restore S/36 Folder</p>
<p>RSTS36LIBM    Restore S/36 Library Members</p>
<p>RSTS38AUT     Restore S/38 Authorities</p>
<p>RSTSHF        Restore Bookshelf</p>
<p>RSTUSRPRF     Restore User Profiles</p>
<p>RTVAUTLE      Retrieve Auth List Entry</p>
<p>RTVBCKUP      Retrieve Backup Options</p>
<p>RTVBNDSRC     Retrieve Binder Source</p>
<p>RTVCFGSRC     Retrieve Configuration Source</p>
<p>RTVCFGSTS     Retrieve Configuration Status</p>
<p>RTVCLDSRC     Retrieve C Locale Description</p>
<p>RTVCLNUP      Retrieve Cleanup</p>
<p>RTVCLSRC      Retrieve CL Source</p>
<p>RTVCURDIR     Retrieve Current Directory</p>
<p>RTVDLOAUT     Retrieve DLO Authority</p>
<p>RTVDLONAM     Retrieve DLO Name</p>
<p>RTVDOC        Retrieve Document</p>
<p>RTVDSKINF     Retrieve Disk Information</p>
<p>RTVDTAARA     Retrieve Data Area</p>
<p>RTVGRPA       Retrieve Group Attributes</p>
<p>RTVJOBA       Retrieve Job Attributes</p>
<p>RTVJRNE       Retrieve Journal Entry</p>
<p>RTVLIBD       Retrieve Library Description</p>
<p>RTVMBRD       Retrieve Member Description</p>
<p>RTVMSG        Retrieve Message</p>
<p>RTVNETA       Retrieve Network Attributes</p>
<p>RTVOBJD       Retrieve Object Description</p>
<p>RTVPDGPRF     Retrieve PDG Profile</p>
<p>RTVPWRSCDE    Retrieve Power Schedule Entry</p>
<p>RTVQMFORM     Retrieve Query Management Form</p>
<p>RTVQMQRY      Retrieve Query Mgmt Query</p>
<p>RTVS36A       Retrieve S/36 Environment Attr</p>
<p>RTVSWLSRC     Retrieve Stop Word List Source</p>
<p>RTVSYSINF     Retrieve System Information</p>
<p>RTVSYSVAL     Retrieve System Value</p>
<p>RTVUSRPRF     Retrieve User Profile</p>
<p>RTVUSRPRTI    Retrieve User Print Info</p>
<p>RTVWSCST      Retrieve WSCST source</p>
<p>RUNBCKUP      Run Backup</p>
<p>RUNLPDA       Run LPDA-2</p>
<p>RUNQRY        Run Query</p>
<p>RUNRMTCMD     Run Remote Command</p>
<p>RUNSQLSTM     Run SQL Statements</p>
<p>RVKACCAUT     Revoke Access Code Authority</p>
<p>RVKOBJAUT     Revoke Object Authority</p>
<p>RVKPUBAUT     Revoke Public Authority</p>
<p>RVKUSRPMN     Revoke User Permission</p>
<p>RVKWSOAUT     Revoke Workstation Object Aut</p>
<p>SAV           Save Object</p>
<p>SAVAPARDTA    Save APAR Data</p>
<p>SAVCFG        Save Configuration</p>
<p>SAVCHGOBJ     Save Changed Objects</p>
<p>SAVDLO        Save Document Library Object</p>
<p>SAVEBRKMSG    Send Break Message</p>
<p>SAVLIB        Save Library</p>
<p>SAVLICPGM     Save Licensed Program</p>
<p>SAVOBJ        Save Object</p>
<p>SAVRST        Save Restore</p>
<p>SAVRSTCHG     Save Restore Changed Objects</p>
<p>SAVRSTDLO     Save Restore Doc/Lib Object</p>
<p>SAVRSTLIB     Save Restore Library</p>
<p>SAVRSTOBJ     Save Restore Object</p>
<p>SAVS36F       Save S/36 File</p>
<p>SAVS36LIBM    Save S/36 Library Members</p>
<p>SAVSAVFDTA    Save Save File Data</p>
<p>SAVSECDTA     Save Security Data</p>
<p>SAVSHF        Save Bookshelf</p>
<p>SAVSTG        Save Storage</p>
<p>SAVSYS        Save System</p>
<p>SBMCODEJOB    Submit CODE Batch Job</p>
<p>SBMDBJOB      Submit Data Base Jobs</p>
<p>SBMDKTJOB     Submit Diskette Jobs</p>
<p>SBMFNCJOB     Submit Finance Job</p>
<p>SBMJOB        Submit Job</p>
<p>SBMNETJOB     Submit Network Job</p>
<p>SBMNWSCMD     Submit Network Server Command</p>
<p>SBMRJEJOB     Submit RJE Job</p>
<p>SBMRMTCMD     Submit Remote Command</p>
<p>SETATNPGM     Set Attention Program</p>
<p>SETCSTDTA     Set Customization Data</p>
<p>SETKBDMAP     Set Keyboard Map</p>
<p>SETOBJACC     Set Object Access</p>
<p>SETPGMINF     Set Program Information</p>
<p>SETTAPCGY     Set Tape Category</p>
<p>SETUPGENV     Set Upgrade Environment</p>
<p>SETVT1MAP     Set VT100 keyboard map</p>
<p>SETVTMAP      Set VT Keyboard Map</p>
<p>SETVTTBL      Set VT Mapping Tables</p>
<p>SIGNOFF       Sign Off</p>
<p>SLTCMD        Select Command</p>
<p>SNDDST        Send Distribution</p>
<p>SNDDSTQ       Send Distribution Queue</p>
<p>SNDF          Send File</p>
<p>SNDFNCIMG     Send Finance Diskette Image</p>
<p>SNDJRNE       Send Journal Entry</p>
<p>SNDMGRDTA     Send Migration Data</p>
<p>SNDMSG        Send Message</p>
<p>SNDNETF       Send Network File</p>
<p>SNDNETMSG     Send Network Message</p>
<p>SNDNETSPLF    Send Network Spooled File</p>
<p>SNDNWSMSG     Send Network Server Message</p>
<p>SNDPGMMSG     Send Program Message</p>
<p>SNDPTFORD     Send PTF Order</p>
<p>SNDRCVF       Send/Receive File</p>
<p>SNDRJECMD     Send RJE Command</p>
<p>SNDRPY        Send Reply</p>
<p>SNDSRVRQS     Send Service Request</p>
<p>SNDTCPSPLF    Send TCP/IP Spooled File</p>
<p>SNDTIEF       Send TIE File</p>
<p>SNDUSRMSG     Send User Message</p>
<p>STATFS        Display Mounted FS Information</p>
<p>STRAPF        Advanced Printer Function</p>
<p>STRBEST       Start BEST/1</p>
<p>STRCBLDBG     Start COBOL Debug</p>
<p>STRCLNUP      Start Cleanup</p>
<p>STRCMNSVR     Start Communications Server</p>
<p>STRCMNTRC     Start Communications Trace</p>
<p>STRCMTCTL     Start Commitment Control</p>
<p>STRCODE       Start CODE</p>
<p>STRCPYSCN     Start Copy Screen</p>
<p>STRDBG        Start Debug</p>
<p>STRDBGSVR     Start Debug Server</p>
<p>STRDBMON      Start Database Monitor</p>
<p>STRDBRDR      Start Data Base Reader</p>
<p>STRDFU        Start DFU</p>
<p>STRDIRSHD     Start Directory Shadowing</p>
<p>STRDKTRDR     Start Diskette Reader</p>
<p>STRDKTWTR     Start Diskette Writer</p>
<p>STREDU        Start Education</p>
<p>STREML3270    Start 3270 Display Emulation</p>
<p>STREPMENV     Start EPM Environment</p>
<p>STRHOSTSVR    Start Host Server</p>
<p>STRIDD        Start IDDU</p>
<p>STRINFSKR     Start InfoSeeker</p>
<p>STRIPIIFC     Start IP over IPX Interface</p>
<p>STRIPSIFC     Start IP over SNA Interface</p>
<p>STRIPX        Start IPX</p>
<p>STRIPXCCT     Start IPX Circuit</p>
<p>STRISDB       Start ISDB</p>
<p>STRITF        Start ITF</p>
<p>STRJOBTRC     Start Job Trace</p>
<p>STRJRNAP      Start Journal Access Path</p>
<p>STRJRNPF      Start Journal Physical File</p>
<p>STRMOD        Start Mode</p>
<p>STRMSF        Start Mail Server Framework</p>
<p>STRNFSSVR     Start NFS Server</p>
<p>STRNWSAPP     Start Network Server App</p>
<p>STROBJCVN     Start Object Conversion</p>
<p>STRPASTHR     Start Pass-Through</p>
<p>STRPCCMD      Start PC Command</p>
<p>STRPCO        Start PC Organizer</p>
<p>STRPDM        Start PDM</p>
<p>STRPEX        Start Performance Explorer</p>
<p>STRPFRCOL     Start Performance Collection</p>
<p>STRPFRG       Start Performance Graphics</p>
<p>STRPFRMON     Start Performance Monitor</p>
<p>STRPFRT       Start Performance Tools</p>
<p>STRPGMEXP     Start Program Export List</p>
<p>STRPGMMNU     Start Programmer Menu</p>
<p>STRPJ         Start Prestarted Jobs</p>
<p>STRPRTEML     Start Printer Emulation</p>
<p>STRPRTWTR     Start Printer Writer</p>
<p>STRQM         Start DB2 Query Manager OS/400</p>
<p>STRQMPRC      Start Query Management Proc</p>
<p>STRQMQRY      Start Query Management Query</p>
<p>STRQRY        Start Query</p>
<p>STRQST        Start Question and Answer</p>
<p>STRREXPRC     Start REXX Procedure</p>
<p>STRRJECSL     Start RJE Console</p>
<p>STRRJERDR     Start RJE Reader</p>
<p>STRRJESSN     Start RJE Session</p>
<p>STRRJEWTR     Start RJE Writer</p>
<p>STRRLU        Start Report Layout Utility</p>
<p>STRRMTSPT     Start Remote Support</p>
<p>STRRMTWTR     Start Remote Writer</p>
<p>STRS36        Start S/36 Session</p>
<p>STRS36MGR     Start S/36 Migration</p>
<p>STRS36PRC     Start S/36 Procedure</p>
<p>STRS38MGR     Start S/38 Migration</p>
<p>STRSBS        Start Subsystem</p>
<p>STRSCHIDX     Start Search Index</p>
<p>STRSDA        Start SDA</p>
<p>STRSEU        Start Source Entry Utility</p>
<p>STRSPTN       Start Support Network</p>
<p>STRSQL        Start SQL Interactive Session</p>
<p>STRSRVJOB     Start Service Job</p>
<p>STRSST        Start System Service Tools</p>
<p>STRTCP        Start TCP/IP</p>
<p>STRTCPFTP     Start TCP/IP File Transfer</p>
<p>STRTCPIFC     Start TCP/IP Interface</p>
<p>STRTCPLNK     Start TCP/IP Link</p>
<p>STRTCPPTP     Start Point-to-Point TCP/IP</p>
<p>STRTCPSVR     Start TCP/IP Server</p>
<p>STRTCPTELN    Start TCP/IP TELNET</p>
<p>STRTIESSN     Start TIE Session</p>
<p>STRTRPMGR     Start Trap Manager</p>
<p>TELNET        Start TCP/IP TELNET</p>
<p>TFRBCHJOB     Transfer Batch Job</p>
<p>TFRCTL        Transfer Control</p>
<p>TFRGRPJOB     Transfer to Group Job</p>
<p>TFRJOB        Transfer Job</p>
<p>TFRPASTHR     Transfer Pass-Through</p>
<p>TFRSECJOB     Transfer Secondary Job</p>
<p>TRCCPIC       Trace CPI Communications</p>
<p>TRCICF        Trace ICF</p>
<p>TRCINT        Trace Internal</p>
<p>TRCJOB        Trace Job</p>
<p>TRCREX        Trace REXX</p>
<p>UNMOUNT       Remove Mounted FS</p>
<p>UPDDTA        Update Data with Temp Program</p>
<p>UPDPGM        Update Program</p>
<p>UPDSRVPGM     Update Service Program</p>
<p>UPDSYSINF     Update System Information</p>
<p>VFYAPPCCNN    Verify APPC Connection</p>
<p>VFYCMN        Verify Communications</p>
<p>VFYIPXCNN     Verify IPX Connection</p>
<p>VFYLNKLPDA    Verify Link supporting LPDA-2</p>
<p>VFYOPT        Verify Optical</p>
<p>VFYPRT        Verify Printer</p>
<p>VFYTAP        Verify Tape</p>
<p>VFYTCPCNN     Verify TCP/IP Connection</p>
<p>VRYCFG        Vary Configuration</p>
<p>WAIT          Wait</p>
<p>WRKACTJOB     Work with Active Jobs</p>
<p>WRKALR        Work with Alerts</p>
<p>WRKALRD       Work with Alert Descriptions</p>
<p>WRKALRTBL     Work with Alert Table</p>
<p>WRKAUT        Work with Authority</p>
<p>WRKAUTL       Work with Authorization Lists</p>
<p>WRKBNDDIR     Work with Binding Directories</p>
<p>WRKBNDDIRE    Work with Binding Dir Entries</p>
<p>WRKBPTBL      Work with BOOTP table</p>
<p>WRKCCTRTE     Work with Circuit Routes</p>
<p>WRKCCTSRV     Work with Circuit Services</p>
<p>WRKCFGL       Work with Configuration Lists</p>
<p>WRKCFGSTS     Work with Configuration Status</p>
<p>WRKCHTFMT     Work with Chart Formats</p>
<p>WRKCLS        Work with Classes</p>
<p>WRKCMD        Work with Commands</p>
<p>WRKCMTDFN     Work with Commitment Def</p>
<p>WRKCNNL       Work with Connection Lists</p>
<p>WRKCNNLE      Work with CNNL Entries</p>
<p>WRKCNTINF     Work with Contact Information</p>
<p>WRKCOSD       Work with COS Descriptions</p>
<p>WRKCSI        Work Comm Side Information</p>
<p>WRKCTLD       Work with Ctl Descriptions</p>
<p>WRKDBFIDD     Work with DB Files using IDDU</p>
<p>WRKDDMF       Work with DDM Files</p>
<p>WRKDEVD       Work with Device Descriptions</p>
<p>WRKDEVTBL     Work with Device Tables</p>
<p>WRKDIRE       Work with Directory Entries</p>
<p>WRKDIRLOC     Work with Directory Locations</p>
<p>WRKDIRSHD     Work with Dir Shadow Systems</p>
<p>WRKDOC        Work with Documents</p>
<p>WRKDOCLIB     Work with Document Libraries</p>
<p>WRKDOCPRTQ    Work with Document Print Queue</p>
<p>WRKDPCQ       Work with DSNX/PC Queues</p>
<p>WRKDSKSTS     Work with Disk Status</p>
<p>WRKDSTL       Work with Distribution Lists</p>
<p>WRKDSTQ       Work with Distribution Queue</p>
<p>WRKDTAARA     Work with Data Areas</p>
<p>WRKDTADCT     Work with Data Dictionaries</p>
<p>WRKDTADFN     Work with Data Definitions</p>
<p>WRKDTAQ       Work with Data Queues</p>
<p>WRKEDTD       Work with Edit Descriptions</p>
<p>WRKENVVAR     Work with Environment Var</p>
<p>WRKF          Work with Files</p>
<p>WRKFCNARA     Work with Functional Areas</p>
<p>WRKFCT        Work with Forms Control Table</p>
<p>WRKFLR        Work with Folders</p>
<p>WRKFNTRSC     Work with Font Resources</p>
<p>WRKFORMDF     Work with Form Definitions</p>
<p>WRKFTR        Work with Filters</p>
<p>WRKFTRACNE    Work with Ftr Action Entry</p>
<p>WRKFTRSLTE    Work with Ftr Selection Entry</p>
<p>WRKGRPPDM     Work with Groups Using PDM</p>
<p>WRKGSS        Work with Graphics Symbol Sets</p>
<p>WRKHDWPRD     Work with Hardware Products</p>
<p>WRKHDWRSC     Work with Hardware Resources</p>
<p>WRKHLDOPTF    Work with Held Optical Files</p>
<p>WRKHTTPCFG    Work with HTTP Configuration</p>
<p>WRKIPXCCT     Work with IPX Circuits</p>
<p>WRKIPXD       Work with IPX Descriptions</p>
<p>WRKIPXSTS     Work with IPX Status</p>
<p>WRKJOB        Work with Job</p>
<p>WRKJOBD       Work with Job Descriptions</p>
<p>WRKJOBQ       Work with Job Queue</p>
<p>WRKJOBSCDE    Work with Job Schedule Entries</p>
<p>WRKJRN        Work with Journal</p>
<p>WRKJRNA       Work with Journal Attributes</p>
<p>WRKJRNRCV     Work with Journal Receivers</p>
<p>WRKLANADPT    Work With LAN Adapters</p>
<p>WRKLIB        Work with Libraries</p>
<p>WRKLIBPDM     Work with Libraries Using PDM</p>
<p>WRKLICINF     Work with License Information</p>
<p>WRKLIND       Work with Line Descriptions</p>
<p>WRKLNK        Work with Object Links</p>
<p>WRKM36        Work with Machines</p>
<p>WRKM36CFG     Work with Machine Config</p>
<p>WRKMBRPDM     Work with Members Using PDM</p>
<p>WRKMLBSTS     Work with Media Library Status</p>
<p>WRKMNU        Work with Menus</p>
<p>WRKMOD        Work with Module</p>
<p>WRKMODD       Work with Mode Descriptions</p>
<p>WRKMSG        Work with Messages</p>
<p>WRKMSGD       Work with Message Descriptions</p>
<p>WRKMSGF       Work with Message Files</p>
<p>WRKMSGQ       Work with Message Queues</p>
<p>WRKNAMSMTP    Work with Names for SMTP</p>
<p>WRKNCK        Work With Nickname</p>
<p>WRKNETF       Work with Network Files</p>
<p>WRKNETJOBE    Work with Network Job Entries</p>
<p>WRKNETTBLE    Work with Network Table Entry</p>
<p>WRKNODL       Work with Node List</p>
<p>WRKNODLE      Work with Node List Entries</p>
<p>WRKNTBD       Work with NetBIOS Descriptions</p>
<p>WRKNWID       Work with Network Interfaces</p>
<p>WRKNWSALS     Work with NWS Aliases</p>
<p>WRKNWSD       Work with Network Servers</p>
<p>WRKNWSENR     Work with NWS User Enrollment</p>
<p>WRKNWSSSN     Work with NWS Sessions</p>
<p>WRKNWSSTG     Work with NWS Storage Spaces</p>
<p>WRKNWSSTS     Work with NWS Status</p>
<p>WRKOBJ        Work with Objects</p>
<p>WRKOBJLCK     Work with Object Locks</p>
<p>WRKOBJOWN     Work with Objects by Owner</p>
<p>WRKOBJPDM     Work with Objects Using PDM</p>
<p>WRKOBJPGP     Work Objects by Primary Group</p>
<p>WRKOPCACT     Work with OptiConnect Activity</p>
<p>WRKOPTDIR     Work with Optical Directories</p>
<p>WRKOPTF       Work with Optical Files</p>
<p>WRKOPTVOL     Work with Optical Volumes</p>
<p>WRKORDINF     Work with Order Information</p>
<p>WRKORDRQS     Work with Order Requests</p>
<p>WRKOUTQ       Work with Output Queue</p>
<p>WRKOUTQD      Work with OUTQ Description</p>
<p>WRKOVL        Work with Overlays</p>
<p>WRKPAGDFN     Work with Page Definitions</p>
<p>WRKPAGSEG     Work with Page Segments</p>
<p>WRKPARTPDM    Work with Parts Using PDM</p>
<p>WRKPCLTBLE    Work with Protocol Table Entry</p>
<p>WRKPFCST      Work with PF Constraints</p>
<p>WRKPFRCOL     Work with Pfr Collection</p>
<p>WRKPGM        Work with Programs</p>
<p>WRKPGMTBL     Work with Program Tables</p>
<p>WRKPNLGRP     Work with Panel Groups</p>
<p>WRKPRB        Work with Problem</p>
<p>WRKPRDINF     Work with Product Information</p>
<p>WRKPRJPDM     Work with Projects Using PDM</p>
<p>WRKPRTSTS     Work with Printing Status</p>
<p>WRKPSFCFG     Work with PSF Configuration</p>
<p>WRKQMFORM     Work with Query Mgmt Forms</p>
<p>WRKQMQRY      Work with Query Mgmt Queries</p>
<p>WRKQRY        Work With Queries</p>
<p>WRKQST        Work with Questions</p>
<p>WRKRDBDIRE    Work with RDB Directory Entry</p>
<p>WRKRDR        Work with Readers</p>
<p>WRKREGINF     Work with Registration Info</p>
<p>WRKRJESSN     Work with RJE Session</p>
<p>WRKRMTDFN     Work with Remote Definitions</p>
<p>WRKRPYLE      Work with Reply List Entries</p>
<p>WRKRTDCFG     Work with RouteD Configuration</p>
<p>WRKS36        Work with S/36 Configuration</p>
<p>WRKS36PGMA    Work with S/36 Program Attr</p>
<p>WRKS36PRCA    Work with S/36 Procedure Attr</p>
<p>WRKS36SRCA    Work with S/36 Source Attr</p>
<p>WRKSBMJOB     Work with Submitted Jobs</p>
<p>WRKSBS        Work with Subsystems</p>
<p>WRKSBSD       Work with Subsystem Desc</p>
<p>WRKSBSJOB     Work with Subsystem Jobs</p>
<p>WRKSCHIDX     Work with Search Indexes</p>
<p>WRKSCHIDXE    Work Search Index Entry</p>
<p>WRKSHRPOOL    Work with Shared Storage Pools</p>
<p>WRKSOC        Work with Sphere of Control</p>
<p>WRKSPADCT     Work with Spelling Aid Dict</p>
<p>WRKSPLF       Work with Spooled Files</p>
<p>WRKSPLFA      Work with Spooled File Attr</p>
<p>WRKSRVPGM     Work with Service Program</p>
<p>WRKSRVPVD     Work with Service Providers</p>
<p>WRKSRVTBLE    Work with Service Table Entry</p>
<p>WRKSSND       Work with Session Description</p>
<p>WRKSYSACT     Work with System Activity</p>
<p>WRKSYSSTS     Work with System Status</p>
<p>WRKSYSVAL     Work with System Value</p>
<p>WRKTAPCTG     Work with Tape Cartridge</p>
<p>WRKTBL        Work with Tables</p>
<p>WRKTCPPTP     Work with Point-to-Point TCPIP</p>
<p>WRKTCPSTS     Work with TCP/IP Network Sts</p>
<p>WRKTIE        Work with TIE</p>
<p>WRKUSRJOB     Work with User Jobs</p>
<p>WRKUSRPRF     Work with User Profiles</p>
<p>WRKUSRTBL     Work with User Tables</p>
<p>WRKWTR        Work with Writers</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/81/feed</wfw:commentRss>
		</item>
		<item>
		<title>ediscovery or e-discovery?</title>
		<link>http://uglyprogrammer.com/archives/80</link>
		<comments>http://uglyprogrammer.com/archives/80#comments</comments>
		<pubDate>Mon, 14 Nov 2011 20:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/80</guid>
		<description><![CDATA[Profile Circle
]]></description>
			<content:encoded><![CDATA[<p><a href="http://profilecircle.com ">Profile Circle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/80/feed</wfw:commentRss>
		</item>
		<item>
		<title>Godaddy Coupon Codes Save Big</title>
		<link>http://uglyprogrammer.com/archives/79</link>
		<comments>http://uglyprogrammer.com/archives/79#comments</comments>
		<pubDate>Sun, 13 Nov 2011 16:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/79</guid>
		<description><![CDATA[THURSDAY, NOVEMBER 10, 2011
10 november 2011 godaddy source codes
Last check 10 Nov 2011 Thursday checked and verified manually*, 22 Godaddy promo code listed.
1-click the code (automaticalaly copies to your clipboard)
2-just Ctrl+V (paste) to code field in Go daddy.
Popular Codes:
&#8230;&#8230;&#8230;&#8230;
7.49$ .Com domain registration (not for Renewals)

*Better then other codes on registrations
&#8230;&#8230;&#8230;&#8230;&#8230;..
7.95$ .Com RENEWALS&#8211;Save more then 35% [...]]]></description>
			<content:encoded><![CDATA[<p>THURSDAY, NOVEMBER 10, 2011</p>
<p>10 november 2011 godaddy source codes<br />
Last check 10 Nov 2011 Thursday checked and verified manually*, 22 Godaddy promo code listed.<br />
1-click the code (automaticalaly copies to your clipboard)<br />
2-just <span style="font-weight: bold;">Ctrl+V (paste)</span> to code field in Go daddy.<br />
<span style="font-weight: bold;">Popular Codes:</span><br />
&#8230;&#8230;&#8230;&#8230;<br />
7.49$ .Com domain registration (not for Renewals)<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1213/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
*Better then other codes on registrations<br />
&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
7.95$ .Com RENEWALS&#8211;Save more then 35% &#8211;<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1789/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
Best for .com renewals<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
$7.49 .Net .Org .Biz<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/84/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
*Better then other codes on registrations&#8211;<br />
&#8230;&#8230;&#8230;..<br />
Save 20% on ALL hosting plans<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1102/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Web Hosting from just $1.99 per month for 3 months!<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1320/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Save more than 50% on Ssl certificates /12.99$ ssl certification<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/63/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
<span style="font-weight: bold;">General Codes&#8211;You can save for ANY product on your order with this codes</span>.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Save $1 on your order<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/51/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
Save 10% off your order -No minumum-Works for Renewals also-<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1099/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Save 5$ off your order 30$ or more-May work for Renewals also-<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1100/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;<br />
Save 5$ off your order 30$ or more<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/53/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;..<br />
Save 10$ off your order 50$ or more-may work for renewals also-<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1101/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Save 10$ off your order 50$ or more<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/52/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;<br />
Save 15% off your order 75$ or more&#8211;For renewals also-<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1103/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;..<br />
Save 25% off your order - no minumum<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/2523/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;.<br />
Save 26% off your order<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/2660/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;.<br />
Save 33% off your order!<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/2662/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
<span style="font-weight: bold;">Godaddy Domain Promo Codes</span><br />
&#8230;&#8230;&#8230;&#8230;..<br />
Free private registration!<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1389/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
Expires november 23 2011.<br />
&#8230;&#8230;&#8230;&#8230;<br />
Register or renew .COM and .NET domains and SAVE before prices go up January 15, 2012.<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/2590/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;<br />
$7.49 .Net .Org .Biz<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/84/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
*Better then other codes on registrations&#8211;<br />
&#8230;&#8230;.<br />
7.95$ .Com RENEWALS&#8211;Save more then 35% &#8211;<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1789/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
Best for .com renewals<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
7.49$ .Com domain registration (not for Renewals)<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1213/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;<br />
7.49$ .com domain registrations<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/745/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;<br />
3.49$ .Us domain registrations<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1791/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
3.69$ with icann fee.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
Renew your .Mobi domains for 10.99$-save over 40% and .Tv domains<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/125/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
The is the best code for .mobi renewals.means over 40% savings.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
<span style="font-weight: bold;">OTHER PRODUCTS</span><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Save $30.00 off all Reseller Plans!<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1331/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;..<br />
Godaddy Auction Discount-save more then 40%<br />
<iframe src="http://www.domainpromocodes.com/coupon_click/1668/" id="frame-one" scrolling="no" frameborder="no"  style="width:251px;height:37px" allowtransparency="true"></iframe><br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
This blog is a service of <a href="http://www.domainpromocodes.com/promo-codes/godaddy/">Godaddy Promo Codes</a><br />
*gmt +3</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/79/feed</wfw:commentRss>
		</item>
		<item>
		<title>Reverse trick or treat. Homeowner gets treats</title>
		<link>http://uglyprogrammer.com/archives/78</link>
		<comments>http://uglyprogrammer.com/archives/78#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:57:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/78</guid>
		<description><![CDATA[Boy brings his own door and candy. Puts his door back to back on homeowners door.  Watch  out this video on YouTube:
http://www.youtube.com/watch?v=997jgNcTuwI&#038;feature=youtube_gdata_player
]]></description>
			<content:encoded><![CDATA[<p>Boy brings his own door and candy. Puts his door back to back on homeowners door.  Watch  out this video on YouTube:</p>
<p>http://www.youtube.com/watch?v=997jgNcTuwI&#038;feature=youtube_gdata_player</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/78/feed</wfw:commentRss>
		</item>
		<item>
		<title>Good Example of CL using a driver file from DSPOBJD</title>
		<link>http://uglyprogrammer.com/archives/77</link>
		<comments>http://uglyprogrammer.com/archives/77#comments</comments>
		<pubDate>Wed, 19 Oct 2011 17:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CL]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/77</guid>
		<description><![CDATA[PGM
DCL &#38;MBROPT *CHAR 10 VALUE(&#8217;*REPLACE&#8217;)
DCL &#38;OUTFILE *CHAR 10 VALUE(&#8217;ALLAUTL&#8217;)
DCL &#38;OUTLIB *CHAR 10 VALUE(&#8217;TLIB&#8217;)
DCLF QADSPOBJ
DSPOBJD    OBJ(QSYS/*ALL) OBJTYPE(*AUTL) +
OUTPUT(*OUTFILE) OUTFILE(QTEMP/AUTL)
OVRDBF QADSPOBJ QTEMP/AUTL
READ:       RCVF
MONMSG     MSGID(CPF0864) EXEC(GOTO CMDLBL(EOF))
DSPAUTLOBJ AUTL(&#38;ODOBNM) OUTPUT(*OUTFILE) +
OUTFILE(&#38;OUTLIB/&#38;OUTFILE) OUTMBR(*FIRST +
&#38;MBROPT)
MONMSG     MSGID(CPF6250 CPF9800) EXEC(GOTO CMDLBL(READ))
CHGVAR &#38;MBROPT &#8216;*ADD&#8217;
GOTO READ
EOF: RETURN
ENDPGM
]]></description>
			<content:encoded><![CDATA[<p>PGM</p>
<p>DCL &amp;MBROPT *CHAR 10 VALUE(&#8217;*REPLACE&#8217;)</p>
<p>DCL &amp;OUTFILE *CHAR 10 VALUE(&#8217;ALLAUTL&#8217;)</p>
<p>DCL &amp;OUTLIB *CHAR 10 VALUE(&#8217;TLIB&#8217;)</p>
<p>DCLF QADSPOBJ</p>
<p>DSPOBJD    OBJ(QSYS/*ALL) OBJTYPE(*AUTL) +</p>
<p>OUTPUT(*OUTFILE) OUTFILE(QTEMP/AUTL)</p>
<p>OVRDBF QADSPOBJ QTEMP/AUTL</p>
<p>READ:       RCVF</p>
<p>MONMSG     MSGID(CPF0864) EXEC(GOTO CMDLBL(EOF))</p>
<p>DSPAUTLOBJ AUTL(&amp;ODOBNM) OUTPUT(*OUTFILE) +</p>
<p>OUTFILE(&amp;OUTLIB/&amp;OUTFILE) OUTMBR(*FIRST +</p>
<p>&amp;MBROPT)</p>
<p>MONMSG     MSGID(CPF6250 CPF9800) EXEC(GOTO CMDLBL(READ))</p>
<p>CHGVAR &amp;MBROPT &#8216;*ADD&#8217;</p>
<p>GOTO READ</p>
<p>EOF: RETURN</p>
<p>ENDPGM</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/77/feed</wfw:commentRss>
		</item>
		<item>
		<title>iseries SQL Find missing child or parent with NOT EXISTS</title>
		<link>http://uglyprogrammer.com/archives/76</link>
		<comments>http://uglyprogrammer.com/archives/76#comments</comments>
		<pubDate>Mon, 17 Oct 2011 18:35:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://uglyprogrammer.com/archives/76</guid>
		<description><![CDATA[Example
SELECT sdfcabn.stcuno FROM sdfcabn WHERE not exists (select * from
cufship where cufship.stcuno = sdfcabn.stcuno)
]]></description>
			<content:encoded><![CDATA[<p>Example</p>
<p>SELECT sdfcabn.stcuno FROM sdfcabn WHERE not exists (select * from</p>
<p>cufship where cufship.stcuno = sdfcabn.stcuno)</p>
]]></content:encoded>
			<wfw:commentRss>http://uglyprogrammer.com/archives/76/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

