<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">

<channel>
	<title>ShareTab Unix Tech Point</title>
	
	<link>http://sharetab.com</link>
	<description>Solaris Quick Reference, Linux Unix Tutorials. Unix Configurations</description>
	<pubDate>Fri, 21 Aug 2009 14:42:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SharetabTechPoint" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sharetabtechpoint" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">SharetabTechPoint</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Increasing partition space/capacity by creating links</title>
		<link>http://sharetab.com/increasing-partition-spacecapacity-by-creating-links/</link>
		<comments>http://sharetab.com/increasing-partition-spacecapacity-by-creating-links/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:42:13 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[break soft link linux]]></category>

		<category><![CDATA[creating symbiolic links in solaris]]></category>

		<category><![CDATA[link linux]]></category>

		<category><![CDATA[links in solaris]]></category>

		<category><![CDATA[linux link command]]></category>

		<category><![CDATA[linux link files]]></category>

		<category><![CDATA[linux symbolic link]]></category>

		<category><![CDATA[symbiolic links]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=324</guid>
		<description><![CDATA[A simple approach to tackle the problem of growing need of partition is to use the links to share which has excess space. It happens many times in IT environment that the disk which is having the running application runs out of space. But at the same time we have many partitions whose space is [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/vR0ZTfHk2dJHJBvEcBm-0NVi9lU/0/da"><img src="http://feedads.g.doubleclick.net/~a/vR0ZTfHk2dJHJBvEcBm-0NVi9lU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vR0ZTfHk2dJHJBvEcBm-0NVi9lU/1/da"><img src="http://feedads.g.doubleclick.net/~a/vR0ZTfHk2dJHJBvEcBm-0NVi9lU/1/di" border="0" ismap="true"></img></a></p><p>A simple approach to tackle the problem of growing need of partition is to use the links to share which has excess space. It happens many times in IT environment that the disk which is having the running application runs out of space. But at the same time we have many partitions whose space is underutilized.</p>
<p>Example:<br />
We have one /app partition of 200 GB but it is already 90% full. Application team is demanding 100 GB extra on the same partition. At the same time we have /extra partition of 250 Gb with current space utilization of 50 GB only. So without disturbing the current setup we can allocate the space which is there in /extra to /app by creating a sym link.</p>
<p>process is simple create a sub directory in /extra and do the linking:</p>
<p><strong># mkdir /extra/app; ln -s /extra/app /app</strong></p>
<p>However if you have a large number of sym links the task of space management will become a bit tough. Normal team will not be aware how this stuff works but still overall space allocation will always depend on these sym links as well. But this is very good temporary change which you can make untill the things are sorted out. <img src='http://sharetab.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fincreasing-partition-spacecapacity-by-creating-links%2F&amp;linkname=Increasing%20partition%20space%2Fcapacity%20by%20creating%20links"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/increasing-partition-spacecapacity-by-creating-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>linux dhcp</title>
		<link>http://sharetab.com/linux-dhcp/</link>
		<comments>http://sharetab.com/linux-dhcp/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 03:21:33 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[configuring dhcp]]></category>

		<category><![CDATA[define dhcp]]></category>

		<category><![CDATA[dhcp]]></category>

		<category><![CDATA[dhcp 2003]]></category>

		<category><![CDATA[dhcp bootp]]></category>

		<category><![CDATA[dhcp client]]></category>

		<category><![CDATA[dhcp configuration]]></category>

		<category><![CDATA[dhcp configure]]></category>

		<category><![CDATA[dhcp definition]]></category>

		<category><![CDATA[dhcp dns server]]></category>

		<category><![CDATA[dhcp error]]></category>

		<category><![CDATA[dhcp hostname]]></category>

		<category><![CDATA[dhcp info]]></category>

		<category><![CDATA[dhcp information]]></category>

		<category><![CDATA[dhcp install]]></category>

		<category><![CDATA[dhcp management]]></category>

		<category><![CDATA[dhcp name]]></category>

		<category><![CDATA[dhcp options]]></category>

		<category><![CDATA[dhcp port]]></category>

		<category><![CDATA[dhcp problem]]></category>

		<category><![CDATA[dhcp process]]></category>

		<category><![CDATA[dhcp release]]></category>

		<category><![CDATA[dhcp rfc]]></category>

		<category><![CDATA[dhcp scope]]></category>

		<category><![CDATA[dhcp server]]></category>

		<category><![CDATA[dhcp service]]></category>

		<category><![CDATA[dhcp snooping]]></category>

		<category><![CDATA[dhcp stand for]]></category>

		<category><![CDATA[dhcp tcp/ip]]></category>

		<category><![CDATA[dhcp tutorial]]></category>

		<category><![CDATA[dhcp-configuring]]></category>

		<category><![CDATA[dhcp.conf]]></category>

		<category><![CDATA[dhcpd]]></category>

		<category><![CDATA[disable dhcp]]></category>

		<category><![CDATA[dns dhcp]]></category>

		<category><![CDATA[download dhcp]]></category>

		<category><![CDATA[enable dhcp]]></category>

		<category><![CDATA[free dhcp]]></category>

		<category><![CDATA[how to enable dhcp]]></category>

		<category><![CDATA[howto] dhcp]]></category>

		<category><![CDATA[ip dhcp]]></category>

		<category><![CDATA[linux dhcp]]></category>

		<category><![CDATA[manual dhcp]]></category>

		<category><![CDATA[protocol dhcp]]></category>

		<category><![CDATA[purpose of dhcp]]></category>

		<category><![CDATA[red hat dhcp]]></category>

		<category><![CDATA[settings dhcp]]></category>

		<category><![CDATA[turn off dhcp]]></category>

		<category><![CDATA[ubuntu dhcp]]></category>

		<category><![CDATA[what dhcp]]></category>

		<category><![CDATA[What is dhcp]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=318</guid>
		<description><![CDATA[DHCP  : DHCP stands for Dynamic Host Configuration Protocol and is an Internet protocol for automating the configuration of computer&#8217;s IP that use TCP/IP protocol. DHCP can be used to automatically assign IP addresses, to deliver TCP/IP stack configuration parameters such as the subnet mask and default router, and to provide other configuration information [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/DrJ_F909JduBY-JSCL7zkaBlJmQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/DrJ_F909JduBY-JSCL7zkaBlJmQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DrJ_F909JduBY-JSCL7zkaBlJmQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/DrJ_F909JduBY-JSCL7zkaBlJmQ/1/di" border="0" ismap="true"></img></a></p><p><strong>DHCP  :</strong> <strong>DHCP</strong> stands for Dynamic Host Configuration Protocol and is an Internet protocol for automating the configuration of computer&#8217;s IP that use TCP/IP protocol. DHCP can be used to automatically assign IP addresses, to deliver TCP/IP stack configuration parameters such as the subnet mask and default router, and to provide other configuration information such as the addresses for printer, time and news servers.</p>
<p><span style="color: #333333;"><strong>Setting up DHCP server</strong></span><br />
<strong>Step 1)</strong> Editing the /etc/dhcp.conf File</p>
<p><strong>Explanation:</strong> When DHCP service/protocol starts it firstly reads the file /etc/dhcp.conf. Normally you can find a sample copy of dhcpd.conf in the following directory which you can always use as a guide and configuration base.</p>
<p><strong>/usr/share/doc/dhcp-/dhcpd.conf.sample</strong></p>
<p>Here is a quick explanation of the dhcp.conf file: Most importantly, there must be a &#8220;subnet&#8221; section for each interface on your Linux box.</p>
<p>{</p>
<p>ddns-update-style interim;<br />
ignore client-updates;</p>
<p>subnet <span style="color: #ff0000;">192.168.0.0</span> netmask <span style="color: #ff0000;"> 255.255.255.0</span></p>
<p># &#8212; default gateway<br />
option routers                                <span style="color: #ff0000;">192.168.0.1</span>;<br />
option subnet-mask                      <span style="color: #ff0000;">255.255.255.0</span>;</p>
<p>option nis-domain                     &#8220;<span style="color: #ff0000;">sharetab.com</span>&#8220;;<br />
option domain-name                  &#8220;<span style="color: #ff0000;">sharetab.com</span>&#8220;;<br />
option domain-name-servers      <span style="color: #ff0000;">192.168.1.1</span>;</p>
<p>option time-offset                       -18000; # Eastern Standard Time<br />
#       option ntp-servers                       <span style="color: #ff0000;">192.168.1.1</span>;<br />
#       option netbios-name-servers      <span style="color: #ff0000;">192.168.1.1</span>;<br />
# &#8212; Selects point-to-point node (default is hybrid). Don&#8217;t change this unless<br />
# &#8212; you understand Netbios very well<br />
#       option netbios-node-type 2;</p>
<p>range dynamic-bootp                   <span style="color: #ff0000;">192.168.0.128 192.168.0.254</span>;<br />
default-lease-time 21600;<br />
max-lease-time 43200;<br />
&#8220;/etc/dhcpd.conf.backup&#8221; 31L, 852C</p>
<p>}</p>
<p><strong>Note:- Changing Values are indicated in</strong> <span style="color: #ff0000;">Red</span></p>
<p><strong>Step2)</strong> Starting the dhcp service manually with commands</p>
<p><strong># chkconfig dhcpd on</strong></p>
<p><strong># service dhcpd restart</strong></p>
<p>Comment on this entry if you face any problem in DHCP configuration</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Flinux-dhcp%2F&amp;linkname=linux%20dhcp"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/linux-dhcp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to export certificate and public key?</title>
		<link>http://sharetab.com/how-to-export-certificate-and-public-key/</link>
		<comments>http://sharetab.com/how-to-export-certificate-and-public-key/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:42:22 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Windows Topics]]></category>

		<category><![CDATA[exporting certificate in wondows]]></category>

		<category><![CDATA[how to export certificates in windows]]></category>

		<category><![CDATA[how to export ssl certificate]]></category>

		<category><![CDATA[how to list certificates in windows]]></category>

		<category><![CDATA[steps to export certificate in windows]]></category>

		<category><![CDATA[windows export certificate]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=307</guid>
		<description><![CDATA[Continuing with last article on &#8220;how to take backup of SSL certificate&#8221; this wrticle shows how to export the certificates.
Exporting certificate:
1. Go to &#8220;run&#8221; and type &#8220;MMC&#8221; and hit enter.
2. As per previous article, add snap-ins. After adding the snap-in, just expand it and go to &#8220;Personal->Certificates&#8221; section.

2. Right click on the listed certificate and [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/R_bSMS328WNy5366mjnWcsInYFs/0/da"><img src="http://feedads.g.doubleclick.net/~a/R_bSMS328WNy5366mjnWcsInYFs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R_bSMS328WNy5366mjnWcsInYFs/1/da"><img src="http://feedads.g.doubleclick.net/~a/R_bSMS328WNy5366mjnWcsInYFs/1/di" border="0" ismap="true"></img></a></p><p>Continuing with last article on <strong>&#8220;how to take backup of SSL certificate&#8221;</strong> this wrticle shows how to export the certificates.</p>
<p><strong>Exporting certificate:</strong><br />
1. Go to &#8220;run&#8221; and type <strong>&#8220;MMC&#8221;</strong> and hit enter.<br />
2. As per previous article, add snap-ins. After adding the snap-in, just expand it and go to <strong>&#8220;Personal->Certificates&#8221;</strong> section.<br />
<a href="http://sharetab.com/wp-content/uploads/2009/07/sslexpo1.jpg"><img src="http://sharetab.com/wp-content/uploads/2009/07/sslexpo1-300x226.jpg" alt="sslexpo1" title="sslexpo1" width="300" height="226" class="aligncenter size-medium wp-image-308" /></a><br />
2. Right click on the listed certificate and click on <strong>&#8220;All Tasks&#8221;, </strong>click on export. New export wizard will open, choose whether to use encryption or not and follow the steps. Choose the file extension and other applicable option for the export.<br />
3. Set password to the <strong>&#8220;.pfx&#8221;</strong> file and choose finish.</p>
<p>You have successfuly exported the certificate which can be imported later. Please subscribe to our feeds or add this site in your bookmarks to pay future visit. </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fhow-to-export-certificate-and-public-key%2F&amp;linkname=How%20to%20export%20certificate%20and%20public%20key%3F"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/how-to-export-certificate-and-public-key/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to take backup of SSL certifiacte?</title>
		<link>http://sharetab.com/how-to-take-backup-of-ssl-certifiacte/</link>
		<comments>http://sharetab.com/how-to-take-backup-of-ssl-certifiacte/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:30:49 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Windows Topics]]></category>

		<category><![CDATA[backup of ssl certificates]]></category>

		<category><![CDATA[backup ssl certificates on computer server]]></category>

		<category><![CDATA[how to backup ssl certificates]]></category>

		<category><![CDATA[how to create backup of certificates]]></category>

		<category><![CDATA[how to take backup]]></category>

		<category><![CDATA[how to take backup of certificates on computer]]></category>

		<category><![CDATA[ssl certificate backup]]></category>

		<category><![CDATA[windows backup of ssl certificates]]></category>

		<category><![CDATA[windows ssl certificates backup]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=303</guid>
		<description><![CDATA[This is just an example which I am taking, I am not sure with functioning of all, but it surely worked for taking backup of SSL certificate on my server. The process is small and simple. 
Taking Backup of certificates:
1. Click &#8220;START / WINDOWS&#8221; on your desktop and click on &#8220;run&#8221;. Type &#8220;MMC&#8221; and hit [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/vKh3oKfhEgLh091icGA4K2O46Eg/0/da"><img src="http://feedads.g.doubleclick.net/~a/vKh3oKfhEgLh091icGA4K2O46Eg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vKh3oKfhEgLh091icGA4K2O46Eg/1/da"><img src="http://feedads.g.doubleclick.net/~a/vKh3oKfhEgLh091icGA4K2O46Eg/1/di" border="0" ismap="true"></img></a></p><p>This is just an example which I am taking, I am not sure with functioning of all, but it surely worked for taking backup of SSL certificate on my server. The process is small and simple. </p>
<p><strong>Taking Backup of certificates:</strong><br />
1. Click <strong>&#8220;START / WINDOWS&#8221;</strong> on your desktop and click on &#8220;run&#8221;. Type <strong>&#8220;MMC&#8221;</strong> and hit enter.<br />
<a href="http://sharetab.com/wp-content/uploads/2009/07/ssl.jpg"><img src="http://sharetab.com/wp-content/uploads/2009/07/ssl-300x185.jpg" alt="ssl" title="ssl" width="300" height="185" class="aligncenter size-medium wp-image-304" /></a><br />
2. Click on <strong>&#8220;Add/Remove snap-in&#8221;</strong> followed after click on <strong>&#8220;File&#8221;</strong> menu.<br />
3. On new window, click on &#8220;Add&#8221; followed by selection of &#8220;certificate&#8221; which you want to backup.<br />
<a href="http://sharetab.com/wp-content/uploads/2009/07/ssl2.jpg"><img src="http://sharetab.com/wp-content/uploads/2009/07/ssl2-300x203.jpg" alt="ssl2" title="ssl2" width="300" height="203" class="aligncenter size-medium wp-image-305" /></a><br />
4. Click add again, select computer account and click <strong>&#8220;finish&#8221;.</strong></p>
<p>You can list the certificate you have backed up in <strong>&#8220;MMC&#8221;</strong> window as &#8220;Snap-Ins Added to&#8221; section.<br />
You can save this MMC certificate for later use by duplicating it at some other location. Follow screenshots for details.</p>
<p>Next article  will be demonstrating on how to restore the backed up certificates. If this is your first visit, please subscribe to our feed or bookmark the webpage to keep a track on all new articles.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fhow-to-take-backup-of-ssl-certifiacte%2F&amp;linkname=How%20to%20take%20backup%20of%20SSL%20certifiacte%3F"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/how-to-take-backup-of-ssl-certifiacte/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solaris : How to check whether running system is 32 bit kernel or 64 bit kernel?</title>
		<link>http://sharetab.com/solaris-how-to-check-whether-running-system-is-32-bit-kernel-or-64-bit-kernel/</link>
		<comments>http://sharetab.com/solaris-how-to-check-whether-running-system-is-32-bit-kernel-or-64-bit-kernel/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:44:39 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[32 bit or 64 bit system how to check]]></category>

		<category><![CDATA[checking number of kernel bits]]></category>

		<category><![CDATA[how to check number of bits in solaris]]></category>

		<category><![CDATA[solaris number of bits]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=299</guid>
		<description><![CDATA[The command used for this purpose is &#8220;isainfo&#8221; which is then used in different combinations to get the system information. For all valid option use &#8220;# man isainfo&#8221;. 
# isainfo -kv 
the above command will show you the number of kernel bits. You can also use &#8220;-v&#8221; option with combination of &#8220;-k or -b&#8221;. Below [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/GRvC91bobyiuPh7iJEGjr_6adkc/0/da"><img src="http://feedads.g.doubleclick.net/~a/GRvC91bobyiuPh7iJEGjr_6adkc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GRvC91bobyiuPh7iJEGjr_6adkc/1/da"><img src="http://feedads.g.doubleclick.net/~a/GRvC91bobyiuPh7iJEGjr_6adkc/1/di" border="0" ismap="true"></img></a></p><p>The command used for this purpose is<strong> &#8220;isainfo&#8221;</strong> which is then used in different combinations to get the system information. For all valid option use<strong> &#8220;# man isainfo&#8221;. </strong></p>
<p><strong># isainfo -kv</strong> </p>
<p>the above command will show you the number of kernel bits. You can also use &#8220;-v&#8221; option with combination of &#8220;-k or -b&#8221;. Below is the screenshot for the above command in different form. Older version of solaris were running on 32 bit architecture and were not having &#8220;isainfo&#8221; command.</p>
<p><a href="http://sharetab.com/wp-content/uploads/2009/07/isainfo1.jpg"><img src="http://sharetab.com/wp-content/uploads/2009/07/isainfo1-300x142.jpg" alt="isainfo1" title="isainfo1" width="300" height="142" class="alignleft size-medium wp-image-301" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fsolaris-how-to-check-whether-running-system-is-32-bit-kernel-or-64-bit-kernel%2F&amp;linkname=Solaris%20%3A%20How%20to%20check%20whether%20running%20system%20is%2032%20bit%20kernel%20or%2064%20bit%20kernel%3F"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/solaris-how-to-check-whether-running-system-is-32-bit-kernel-or-64-bit-kernel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing timezone in Solaris 10</title>
		<link>http://sharetab.com/changing-timezone-in-solaris-10/</link>
		<comments>http://sharetab.com/changing-timezone-in-solaris-10/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:49:43 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Interview Help Solaris]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[aix solaris time]]></category>

		<category><![CDATA[change the time with date command on a solaris box]]></category>

		<category><![CDATA[change timezone dates in gnu/linux]]></category>

		<category><![CDATA[display date time in unix]]></category>

		<category><![CDATA[how to change solaris 8.0 daylight savings time]]></category>

		<category><![CDATA[how to change timezone in solaris]]></category>

		<category><![CDATA[linux timezone]]></category>

		<category><![CDATA[man timezone]]></category>

		<category><![CDATA[oracle solaris timezone issues]]></category>

		<category><![CDATA[set solaris 10 to display time in zulu]]></category>

		<category><![CDATA[solaris timezone]]></category>

		<category><![CDATA[timezone solaris]]></category>

		<category><![CDATA[to show date time in unix]]></category>

		<category><![CDATA[unix change time]]></category>

		<category><![CDATA[unix time]]></category>

		<category><![CDATA[uptime solaris 10 display wrong time]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=294</guid>
		<description><![CDATA[Changing timezone is different on x86 machines and on Solaris servers. I have listed the steps for both platforms below.
Solution for Solaris 10 x86:
As changing TimeZone on Solaris machine requires reboot, so plan a downtime and then plan the change activity. If one is changing only time, then one can use date command with required [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/HJuNZd3vMWx69GrozMX56Idi_xQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/HJuNZd3vMWx69GrozMX56Idi_xQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HJuNZd3vMWx69GrozMX56Idi_xQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/HJuNZd3vMWx69GrozMX56Idi_xQ/1/di" border="0" ismap="true"></img></a></p><p>Changing timezone is different on x86 machines and on Solaris servers. I have listed the steps for both platforms below.</p>
<p><strong>Solution for Solaris 10 x86:</strong><br />
As changing TimeZone on Solaris machine requires reboot, so plan a downtime and then plan the change activity. If one is changing only time, then one can use date command with required options. Also point to note here in both cases is that, changing time only, does not require reboot where as you would have to reboot the Solaris machine in case of changing TimeZone.</p>
<p>Changing TimeZone is 3 step process as listed below:</p>
<p>Issue<strong> &#8220;date&#8221;</strong> command to check which TimeZone you are currently in according to system.</p>
<blockquote>
<p># date<br />
Thu Apr 23 20:16:13 IST 2009<br />
#
</p></blockquote>
<p>1. Change the TimeZone entery in /etc/TIMEZONE file for the field of TZ</p>
<blockquote><p>
# TZ=US/Pacific (for PDT or any other format for specific TimeZone.)
</p></blockquote>
<p>One can list all TimeZones in directory : <strong>/usr/share/lib/zoneinfo.</strong></p>
<p>2. Use following commands for changing TimeZone:</p>
<blockquote><p>
# rtc -z US/Pacific<br />
# rtc -c<br />
#
</p></blockquote>
<p>3. Reboot the system and after system is up and running issue the &#8220;date&#8221; command and check for the changes.</p>
<p>This is the output which I got on my machine:</p>
<blockquote><p>
Sun Microsystems Inc.   SunOS 5.11      snv_79a January 2008<br />
# date<br />
Thu Apr 23 20:47:23 PDT 2009<br />
#
</p></blockquote>
<p><strong>For Solaris 10 server:</strong></p>
<p>On server there is only one change which has to be done. Just cahnge <strong>/etc/TIMEZONE</strong> file and edit <strong>TZ</strong> entry to proper TimeZone and reboot the server. Changes will be apparent after the reboot.</p>
<p>Please leave a feedback and subscribe to feeds for more updates for any query. HAPPY SURFING. [:D]</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fchanging-timezone-in-solaris-10%2F&amp;linkname=Changing%20timezone%20in%20Solaris%2010"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/changing-timezone-in-solaris-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Directory structure in HP-UX</title>
		<link>http://sharetab.com/directory-structure-in-hp-ux/</link>
		<comments>http://sharetab.com/directory-structure-in-hp-ux/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 15:22:18 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Unix Reference]]></category>

		<category><![CDATA[file structure in hp-ux]]></category>

		<category><![CDATA[file system in hp-ux]]></category>

		<category><![CDATA[files in HP-UX]]></category>

		<category><![CDATA[hp-ux dir structure]]></category>

		<category><![CDATA[hp-ux directory structure]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=290</guid>
		<description><![CDATA[HP-UX file system structure is like an inverted tree with the root of the tree at the top and branches and leaves connected to it toward its bottom. The top level is root and represented by the forward slash (/) character. When you install HP-UX Operating Environment, seven file systems are created, by default. These [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/YFX6UssJ-mtrnSYOvn3AX3SB1-U/0/da"><img src="http://feedads.g.doubleclick.net/~a/YFX6UssJ-mtrnSYOvn3AX3SB1-U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YFX6UssJ-mtrnSYOvn3AX3SB1-U/1/da"><img src="http://feedads.g.doubleclick.net/~a/YFX6UssJ-mtrnSYOvn3AX3SB1-U/1/di" border="0" ismap="true"></img></a></p><p>HP-UX file system structure is like an inverted tree with the root of the tree at the top and branches and leaves connected to it toward its bottom. The top level is root and represented by the forward slash (/) character. When you install HP-UX Operating Environment, seven file systems are created, by default. These are /, /stand, /var, /usr, /tmp, /opt and /home.</p>
<p>Some of these directories contain static data which refers to file contents that are usually not modified while some holds dynamic or variable data which refers to file contents that are modified when required.</p>
<p><a href="http://sharetab.com/wp-content/uploads/2009/03/hpunixdirstructure.jpg"><img class="alignleft size-medium wp-image-291" title="hpunixdirstructure" src="http://sharetab.com/wp-content/uploads/2009/03/hpunixdirstructure-300x103.jpg" alt="hpunixdirstructure" width="300" height="103" /></a></p>
<p><strong>The Root file system (/):</strong> The root file system contains many higher level directories which hold specific information. Some of the important directories under the root are:</p>
<p><strong>The Binary directory (/bin):</strong> This directory contains user executable commands. It is linked to /usr/bin directory. /bin directory holds static data.</p>
<p><strong>The device directory (/dev):</strong> This directory contains files for hardware devices. There are two types of device files &#8216;block special device files&#8217; and &#8216;character special device files&#8217; (Raw device files) some important sub-directories under /dev are: dsk, rdsk, rmt, pts and vg00. The /dev directory contains static data files.</p>
<p><strong>The Library Directory (/lib):</strong> This directory contains shared library files which are required by programs. The /lib directory can also be accessed using /usr/lib directory since both are linked. The /lib directory contains static data.<br />
<strong><br />
The system Binary Directory (/sbin):</strong> The most commands required at system boot up and commands that require boot privileges to run are located in this directory. The /sbin directory contains static data.<br />
<strong><br />
The Etcetera directory (/etc):</strong> This directory holds most system configuration files. Some of the important sub-directories under /etc are rc.config.d, default,opt, dt,ftpd,lp, lvmconf,mail, sam, skel and vx. The /etc directory contains static data.</p>
<p><strong>The lost+found directory (lost+found):</strong> This directory contains files that become orphan after system crash. Orphan file is that which has lost its name. This directory is automatically created when the file system is created.<br />
<strong><br />
The Net directory (/net):</strong> If autofs is used to mount NFS file systems using special map, all available NFS file systems on the network are mounted beneath /net directory.</p>
<p><strong>The Kernel file system (/stand):</strong> The kernel files are located in /stand file system. Files that contain kernel code, boot device information, kernel parameters and module information are stored here. This directory is altered only when kernel update is required.</p>
<p><strong>The Variable file System (/var):</strong> This directory contains frequently changing data while system is up and running. Files holding log, spool, status and other dynamic data. Some important sub directories under /var are /var/adm, /var/dt, /var/mail, /var/spool, /var/tmp, /var/opt</p>
<p><strong>The UNIX System Resource file system (/usr):</strong> This directory contains general files related to system. Some important sub-directories under /usr are /usr/sbin, /usr/local, /usr/include, /usr/share, /usr/lib.</p>
<p><strong>The Temporary file System (/tmp):</strong> This file system contains temporary files. Temporary files are created by programs when they run. These files get removed after system reboot.<br />
<strong><br />
The Home file system (/home):</strong> This file system is used to hold users home directories. Whenever a user account is created, it assigns home directory for that user to keep his  personal files. No other user can access other user’s home directory.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fdirectory-structure-in-hp-ux%2F&amp;linkname=Directory%20structure%20in%20HP-UX"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/directory-structure-in-hp-ux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unix : Device Information commands in Solaris 10</title>
		<link>http://sharetab.com/unix-device-information-commands-in-solaris-10/</link>
		<comments>http://sharetab.com/unix-device-information-commands-in-solaris-10/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 12:20:42 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[cfgadm command solaris]]></category>

		<category><![CDATA[device manager hds solaris zone]]></category>

		<category><![CDATA[dmesg solaris 10]]></category>

		<category><![CDATA[format solaris 10]]></category>

		<category><![CDATA[hds command device solaris zone]]></category>

		<category><![CDATA[prtconf solaris]]></category>

		<category><![CDATA[prtdiag solaris 10]]></category>

		<category><![CDATA[unix solaris finding adding scsi devices]]></category>

		<category><![CDATA[unix solaris scan finding adding scsi devices]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=283</guid>
		<description><![CDATA[prtconf : This command is used to display configuration information, inclusding the total amount of memory and deviced configured on system as per system&#8217;s hierarchy. This also verifies whether any device has been seen/recognised by system or not.
Note : The output of prtconf command can vary depending on the version of the host system&#8217;s PROM.

sysdef [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/j_POlpQLRxegrwdthkRX38OerAE/0/da"><img src="http://feedads.g.doubleclick.net/~a/j_POlpQLRxegrwdthkRX38OerAE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/j_POlpQLRxegrwdthkRX38OerAE/1/da"><img src="http://feedads.g.doubleclick.net/~a/j_POlpQLRxegrwdthkRX38OerAE/1/di" border="0" ismap="true"></img></a></p><p><strong>prtconf :</strong> This command is used to display configuration information, inclusding the total amount of memory and deviced configured on system as per system&#8217;s hierarchy. This also verifies whether any device has been seen/recognised by system or not.<br />
<strong>Note :</strong> The output of prtconf command can vary depending on the version of the host system&#8217;s PROM.</p>
<p><img class="aligncenter size-thumbnail wp-image-284" title="prtconf" src="http://sharetab.com/wp-content/uploads/2009/03/prtconf-150x150.jpg" alt="prtconf" width="150" height="150" /></p>
<p><strong>sysdef :</strong> This command displays device configuration defination which also includes system&#8217;s hardware, psuedo devices, selected kernel parameteres and loadable modules.</p>
<p><img class="aligncenter size-thumbnail wp-image-285" title="sysdef" src="http://sharetab.com/wp-content/uploads/2009/03/sysdef-150x150.jpg" alt="sysdef" width="150" height="150" /></p>
<p><strong>dmesg : </strong>This command displays system diagnostic messages as well as list the devices attached to the system after the resent restart.</p>
<p><img class="aligncenter size-thumbnail wp-image-286" title="dmesg" src="http://sharetab.com/wp-content/uploads/2009/03/dmesg-150x150.jpg" alt="dmesg" width="150" height="150" /></p>
<p><strong>format :</strong> The format command displays both physical and logical device names for all available disks. You can select the device/disk number and further format it and allocate space according to your need.</p>
<p><img class="aligncenter size-thumbnail wp-image-287" title="format" src="http://sharetab.com/wp-content/uploads/2009/03/format-150x150.jpg" alt="format" width="150" height="150" /></p>
<p><strong>cfgadm :</strong> This command lists all configured/unconfigured devices on host system.</p>
<p><img class="aligncenter size-thumbnail wp-image-288" title="cfgadm" src="http://sharetab.com/wp-content/uploads/2009/03/cfgadm-150x150.jpg" alt="cfgadm" width="150" height="150" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Funix-device-information-commands-in-solaris-10%2F&amp;linkname=Unix%20%3A%20Device%20Information%20commands%20in%20Solaris%2010"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/unix-device-information-commands-in-solaris-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VI Editor: Quick Guide</title>
		<link>http://sharetab.com/vi-editor-quick-guide/</link>
		<comments>http://sharetab.com/vi-editor-quick-guide/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 05:28:07 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[editing in vi editor]]></category>

		<category><![CDATA[how to in vi editor]]></category>

		<category><![CDATA[how to use vi]]></category>

		<category><![CDATA[vi editor help]]></category>

		<category><![CDATA[vi editor manuals]]></category>

		<category><![CDATA[vi keys]]></category>

		<category><![CDATA[working with vi editor]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=280</guid>
		<description><![CDATA[FUNCTIONS OF DIFFERENT KEYS
i :- enter in insert mode and inserts the data before cursor position.
I :- move the cursor at the beginning of line and inserts the data before cursor position.
a :- enter in append mode and appends the data after cursor position.
A:- move the cursor at the end of the line and appends [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/SXCll_sgYG5938WpS1ItRYkmQ2I/0/da"><img src="http://feedads.g.doubleclick.net/~a/SXCll_sgYG5938WpS1ItRYkmQ2I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SXCll_sgYG5938WpS1ItRYkmQ2I/1/da"><img src="http://feedads.g.doubleclick.net/~a/SXCll_sgYG5938WpS1ItRYkmQ2I/1/di" border="0" ismap="true"></img></a></p><p style="text-align: center;"><strong>FUNCTIONS OF DIFFERENT KEYS</strong></p>
<p><strong>i :-</strong> enter in insert mode and inserts the data before cursor position.<br />
<strong>I :-</strong> move the cursor at the beginning of line and inserts the data before cursor position.<br />
<strong>a :-</strong> enter in append mode and appends the data after cursor position.<br />
<strong>A:-</strong> move the cursor at the end of the line and appends the data after cursor position.<br />
<strong>o :-</strong> create the blank line before cursor position and allows to insert the data.<br />
<strong>O :-</strong> creates the blank line above cursor position and allows to insert the data.<br />
<strong>^ :- </strong> shifts the cursor at the beginning of the line (without insert mode)<br />
<strong>$ :-</strong> shifts the cursor at the ending of the line ( without insert mode)<br />
<strong>H :-</strong> moves the cursor to the first character of the first line of the screen.<br />
<strong>M :-</strong> moves the cursor to the first character of the middle line of the screen<br />
<strong>Ctrl E :- </strong> scroll up line wise.<br />
<strong>Ctrl Y :-</strong> scroll down line wise.<br />
<strong>Ctrl U :- </strong> scroll up half window.<br />
<strong>Ctrl D :- </strong> scroll down  half window<br />
<strong>Ctrl F :-</strong> scroll a screen in forward direction.<br />
<strong>Ctrl B :-</strong> scroll a screen in reverse direction.<br />
<strong>w :- </strong> moves the cursor at the beginning of next word.<br />
<strong>e :- </strong> moves the cursor at the ending of next word .<br />
<strong>b :-</strong> moves the cursor at the beginning of previous  word.<br />
<strong>G :- </strong> moves the cursor at the end of file.<br />
<strong>x :-</strong> deletes the single character.(similar to DEL).<br />
<strong>nx :-</strong> deletes “n” no. of character from current cursor position.<br />
<strong>X :-</strong> deletes a single character (similar to DEL)<br />
<strong>dw :-</strong> deletes the word from current cursor position.<br />
<strong>ndw :-</strong> deletes the “n” words from current cursor position.<br />
<strong>dd :-</strong> deletes the line.<br />
<strong>ndd :-</strong> deletes the “n”lines from current cursor position.<br />
<strong>Y:-</strong> yanking or copying of lines.<br />
<strong>p:-</strong> pastes yanked(copied)lines.<br />
<strong>:set nu :-</strong> to set the temporary line number to the file contents.<br />
<strong>:set nonu :- </strong> to unset the temporary line number of the file contents.<br />
<strong>:set showmode :- </strong> it displays various modes of operation of vi editor such as insert mode append  mode etc.<br />
<strong>:set noshowmode :-</strong> it unset “set showmode” effects from VT editor.<br />
<strong>:n:-</strong> to go to particular line no for “n” refer to specific line no.<br />
<strong>:$:-</strong> moves the cursor at the end of file (similar to G)<br />
<strong>/&lt;word to search&gt; :- </strong>to search the word in the file.<br />
<strong>q :-</strong> to quit the file without saving the changes.<br />
<strong>wq:-</strong> to save the changes and quit the file.<br />
<strong>:4d:-</strong> to delete forth line<br />
<strong>:2,4d:-</strong> to delete 2 to 4 lines.<br />
<strong>:3 co 6:-</strong> to copy line no3 and paste after line number 6.<br />
<strong>:2,4 co 6:- </strong>to copy lines 2 to 4 and paste after line number6.<br />
<strong>:3 mo 6:-</strong> to move line number3 after line number6.<br />
<strong>:2,4 mo 6:-</strong> to move lines 2 to 4 and paste after line number 6.<br />
<strong>:4,6 w &gt;&gt; /&lt;destination_filename&gt;:- </strong>it writes lines 4 to 6 from currently opened file and appends the data in the destination file.<br />
<strong>:2,6 w/&lt;new file name&gt;:- </strong>it creates new file and writes lines 2 to 6 from currently opened file to it.<br />
<strong>r:-</strong> to replace single character.<br />
<strong>cw:- </strong>to change single word.<br />
<strong>:!&lt;os command&gt;:-</strong> to run OS command while running Vi editor.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Fvi-editor-quick-guide%2F&amp;linkname=VI%20Editor%3A%20Quick%20Guide"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/vi-editor-quick-guide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unix: What is VI</title>
		<link>http://sharetab.com/unix-what-is-vi/</link>
		<comments>http://sharetab.com/unix-what-is-vi/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:27:10 +0000</pubDate>
		<dc:creator>UnixAd</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[Unix Reference]]></category>

		<category><![CDATA[what is a vi]]></category>

		<category><![CDATA[what is a vi file]]></category>

		<category><![CDATA[what is the vi]]></category>

		<category><![CDATA[what is vi]]></category>

		<category><![CDATA[what is vi editor]]></category>

		<category><![CDATA[what is vi editor in]]></category>

		<category><![CDATA[what is vi editor in unix]]></category>

		<category><![CDATA[what is vi in]]></category>

		<category><![CDATA[what is vi in unix]]></category>

		<guid isPermaLink="false">http://sharetab.com/?p=277</guid>
		<description><![CDATA[It is a common editor present in every unix flavor. It is pronounced as &#8220;Vee Eye” commonly called as visual editor.
Visual editor has three basic modes as follows.
1) Insert mode
 a) append mode
b) open mode
 c) replace mode
d) change mode
2) Command mode
3) Execution mode
1) Insert mode:  In this mode VI editor accepts all input.To enter [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/-tuQ4nqjQfRNMmCGRMwiSbfGr5c/0/da"><img src="http://feedads.g.doubleclick.net/~a/-tuQ4nqjQfRNMmCGRMwiSbfGr5c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-tuQ4nqjQfRNMmCGRMwiSbfGr5c/1/da"><img src="http://feedads.g.doubleclick.net/~a/-tuQ4nqjQfRNMmCGRMwiSbfGr5c/1/di" border="0" ismap="true"></img></a></p><p>It is a common editor present in every unix flavor. It is pronounced as &#8220;Vee Eye” commonly called as visual editor.<br />
Visual editor has three basic modes as follows.</p>
<p><strong>1)</strong> Insert mode<br />
<strong> a)</strong> append mode<br />
<strong>b)</strong> open mode<br />
<strong> c)</strong> replace mode<br />
<strong>d)</strong> change mode<br />
<strong>2)</strong> Command mode<br />
<strong>3)</strong> Execution mode</p>
<p><strong>1)</strong> <strong>Insert mode</strong>:  In this mode VI editor accepts all input.To enter in this mode, we have to use keyboard key ( i ) and go out from this mode,we have to use (esc) key.</p>
<p><strong>2) Command mode</strong>:  In this mode we can perform various operations such as saving the contents,quitting the editor,saving and quitting,copying and pastig the data,moving the data etc.</p>
<p><span style="text-decoration: underline;"><em>cursor movements</em></span><br />
left direction :h<br />
right direction : l<br />
up direction : k<br />
down direction: j</p>
<p><strong>3) Execution mode</strong>: In this mode, we can perform various operations such as saving the contents,quiting the editor,saving and quiting,copying and passing the data,moving the data etc.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsharetab.com%2Funix-what-is-vi%2F&amp;linkname=Unix%3A%20What%20is%20VI"><img src="http://sharetab.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://sharetab.com/unix-what-is-vi/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
