<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[top后台执行显示：top: failed tty get 错误 ]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sun, 10 Jan 2016 07:50:49 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：想用户登录ssh到linux时发邮件里有top，但发现出现top: failed tty get 错误 。<br/>通过其他程序或脚本在非交互式模式下调用top命令，经常会出现:<br/>&nbsp;&nbsp; top: failed tty get 错误<br/>解决办法：加个-b 选项皆可<br/>-b : Batch mode operation<br/>&nbsp;&nbsp; Starts&nbsp;&nbsp;top&nbsp;&nbsp;in&nbsp;&nbsp;Batch mode, which could be useful for sending output from top to other programs or to a file.&nbsp;&nbsp;In this mode, top will not accept input and runs until the iterations limit youve set with the -n command-line option or until killed.<br/>例如执行：top -bn 1<br/><br/><br/>通过其他程序或脚本在非交互式模式下调用top命令，经常会出现:<br/>&nbsp;&nbsp; top: failed tty get 错误<br/>解决办法：加个-b 选项皆可<br/>-b : Batch mode operation<br/>&nbsp;&nbsp; Starts&nbsp;&nbsp;top&nbsp;&nbsp;in&nbsp;&nbsp;Batch mode, which could be useful for sending output from top to other programs or to a file.&nbsp;&nbsp;In this mode, top will not accept input and runs until the iterations limit youve set with the -n command-line option or until killed.<br/>例如执行：top -bn 1<br/><br/><br/>来自：http://blog.chinaunix.net/uid-9554532-id-2000668.html
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] top后台执行显示：top: failed tty get 错误 ]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>