<?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; Message</title>
	<atom:link href="http://blog.danigunawan.com/tag/message/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danigunawan.com</link>
	<description>"Say it... although a word..."</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 [...]
Related posts:<ol>
<li><a href='http://blog.danigunawan.com/linux/whos-accessing-your-linux-box/' rel='bookmark' title='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='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='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='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='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='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>3</slash:comments>
		</item>
	</channel>
</rss>

