<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Knowledge Sharing &#187; Command Line</title>
	<atom:link href="http://blog.danigunawan.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danigunawan.com</link>
	<description>"Say it... although a word..."</description>
	<lastBuildDate>Mon, 04 Jan 2010 10:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Send Message Over Linux Console</title>
		<link>http://blog.danigunawan.com/linux/send-message-over-linux-console/</link>
		<comments>http://blog.danigunawan.com/linux/send-message-over-linux-console/#comments</comments>
		<pubDate>Sat, 16 May 2009 02:41:28 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Message]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=535</guid>
		<description><![CDATA[Why do we send message over linux console? We can send message using our favorite messenger. That&#8217;s right. But, imagine if you are working in a linux machine using a console and want to talk to another user without moving from your console. To do this, you can use a command named write.
Ummm&#8230; how if [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/' rel='bookmark' title='Permanent Link: Who&#8217;s Accessing Your Linux Box?'>Who&#8217;s Accessing Your Linux Box?</a></li>
<li><a href='http://blog.danigunawan.com/operating-systems/how-to-create-environment-variables-in-linux/' rel='bookmark' title='Permanent Link: How to Create Environment Variables in Linux'>How to Create Environment Variables in Linux</a></li>
<li><a href='http://blog.danigunawan.com/linux/checking-disk-capacity-in-linux/' rel='bookmark' title='Permanent Link: Checking Disk Capacity in Linux'>Checking Disk Capacity in Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Why do we send message over linux console? We can send message using our favorite messenger. That&#8217;s right. But, imagine if you are working in a linux machine using a console and want to talk to another user without moving from your console. To do this, you can use a command named <strong>write</strong>.</p>
<p>Ummm&#8230; how if I want to know who&#8217;s accessing a linux machine? You can use command <a title="command who" href="http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/" target="_blank">who</a>. Ok how to use write command? It&#8217;s easy.</p>
<pre>write user [ttyname]</pre>
<p>Example:</p>
<pre>$write dani
Hi.. how u doin?
You need to sign the contract.</pre>
<p>You can write your message in the new line. If you want to stop it, you may use <strong>Ctrl+C</strong>.</p>
<p>What will appear in user dani?</p>
<pre>Message from gunawan@linuxmachine on pts/3 at 09:16 ...
Hi.. how u doin?
You need to sign the contract.
EOF</pre>
<p>notice that at the end of message you will see <strong>EOF</strong>.</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/' rel='bookmark' title='Permanent Link: Who&#8217;s Accessing Your Linux Box?'>Who&#8217;s Accessing Your Linux Box?</a></li>
<li><a href='http://blog.danigunawan.com/operating-systems/how-to-create-environment-variables-in-linux/' rel='bookmark' title='Permanent Link: How to Create Environment Variables in Linux'>How to Create Environment Variables in Linux</a></li>
<li><a href='http://blog.danigunawan.com/linux/checking-disk-capacity-in-linux/' rel='bookmark' title='Permanent Link: Checking Disk Capacity in Linux'>Checking Disk Capacity in Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/linux/send-message-over-linux-console/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Accessing Your Linux Box?</title>
		<link>http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/</link>
		<comments>http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/#comments</comments>
		<pubDate>Sat, 16 May 2009 02:13:40 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Who]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/?p=533</guid>
		<description><![CDATA[An easy way to view who&#8217;s accessing a linux machine is using command named who.
$ who
dani          pts/0        May 16 08:16 (10.1.12.12)
akachan       pts/1        May 16 08:20 (10.1.12.51)
dewi          pts/2        May 16 08:39 (10.1.12.94)
easy isn&#8217;t it?


Related posts:Send Message Over Linux Console
How to Create Environment Variables in Linux
Checking Disk Capacity in Linux



Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/send-message-over-linux-console/' rel='bookmark' title='Permanent Link: Send Message Over Linux Console'>Send Message Over Linux Console</a></li>
<li><a href='http://blog.danigunawan.com/operating-systems/how-to-create-environment-variables-in-linux/' rel='bookmark' title='Permanent Link: How to Create Environment Variables in Linux'>How to Create Environment Variables in Linux</a></li>
<li><a href='http://blog.danigunawan.com/linux/checking-disk-capacity-in-linux/' rel='bookmark' title='Permanent Link: Checking Disk Capacity in Linux'>Checking Disk Capacity in Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>An easy way to view who&#8217;s accessing a linux machine is using command named<strong> who</strong>.</p>
<pre>$ who
dani          pts/0        May 16 08:16 (10.1.12.12)
akachan       pts/1        May 16 08:20 (10.1.12.51)
dewi          pts/2        May 16 08:39 (10.1.12.94)</pre>
<p>easy isn&#8217;t it?</p>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/linux/send-message-over-linux-console/' rel='bookmark' title='Permanent Link: Send Message Over Linux Console'>Send Message Over Linux Console</a></li>
<li><a href='http://blog.danigunawan.com/operating-systems/how-to-create-environment-variables-in-linux/' rel='bookmark' title='Permanent Link: How to Create Environment Variables in Linux'>How to Create Environment Variables in Linux</a></li>
<li><a href='http://blog.danigunawan.com/linux/checking-disk-capacity-in-linux/' rel='bookmark' title='Permanent Link: Checking Disk Capacity in Linux'>Checking Disk Capacity in Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
