<?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>Linux Windows System Administrator Help &#187; stty</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/stty/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 19:54:25 +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>How to hide your shell commands</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</link>
		<comments>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comments</comments>
		<pubDate>Mon, 11 May 2009 23:19:49 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[stty]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</guid>
		<description><![CDATA[Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your colleague to see what command you are entering or do you want to confuse your colleague by showing something invisible but work as visible? then read out this… Today I came across a neat, but pointless [...]]]></description>
			<content:encoded><![CDATA[<p>Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your colleague to see what command you are entering  or do you want to confuse your colleague by showing something invisible but work as visible?  then read out this…</p>
<p>Today I came across a neat, but pointless shell command. By running the following in shell, it will hide any commands you run.</p>
<pre><strong>root@server2 [/]# stty -echo</strong></pre>
<p><strong>In order to disable this mode, simply remove the “-” before echo.</strong></p>
<pre><strong>root@server2 [/]# stty echo</strong></pre>
<p>I guess there really is no point to the command, though you could always mess with your coworkers if they leave their shell prompt open</p>
<p>Cheers.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

