<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: E10 commands</title>
	<atom:link href="https://www.emblogic.com/blog/07/e10-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/e10-commands/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: msiddarth</title>
		<link>https://www.emblogic.com/blog/07/e10-commands/#comment-1020</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 03:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4088#comment-1020</guid>
		<description><![CDATA[To know which users are currently logged in to Linux system, which console they&#039;re using, and the date and time they logged in who command is issued.
In the output: the term tty stands for teletype. In the olden days of computing, a terminal was just a keyboard with an attached printer, so you read everything off the teletype. and PTS stands for Stands for pseudo terminal slave which means a user had opened a terminal from x-window. The number of terminals will be opened it will be listed as pts/0,pts/1 and so on..

The difference between TTY and PTS is the type of connection to the computer. TTY ports are direct connections to the computer such as a keyboard/mouse or a serial connection to the device. PTS connections are SSH connections or telnet connections. All of these connections can connect to a shell which will allow you to issue commands to the computer.]]></description>
		<content:encoded><![CDATA[<p>To know which users are currently logged in to Linux system, which console they&#8217;re using, and the date and time they logged in who command is issued.<br />
In the output: the term tty stands for teletype. In the olden days of computing, a terminal was just a keyboard with an attached printer, so you read everything off the teletype. and PTS stands for Stands for pseudo terminal slave which means a user had opened a terminal from x-window. The number of terminals will be opened it will be listed as pts/0,pts/1 and so on..</p>
<p>The difference between TTY and PTS is the type of connection to the computer. TTY ports are direct connections to the computer such as a keyboard/mouse or a serial connection to the device. PTS connections are SSH connections or telnet connections. All of these connections can connect to a shell which will allow you to issue commands to the computer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
