<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://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>https://jackxiang.com/post//</link>
<title><![CDATA[[转]shell脚本执行时报bad interpreter: Text file busy的解决方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Tue, 22 Dec 2015 13:35:15 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在执行一个shell脚本时，遇到了“-bash: ./killSession.sh: /bin/bash: bad interpreter: Text file busy”错误提示，如下所示：<br/><br/>[oracle@DB-Server bin]$ ./killSession.sh&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;-bash: ./killSession.sh: /bin/bash: bad interpreter: Text file busy<br/><br/>此时只需要在#!/bin/bash，加一空格#! /bin/bash即可解决问题。<br/><br/><a href="http://images.cnitblog.com/blog/73542/201410/202152414028397.png" target="_blank"><img src="http://images.cnitblog.com/blog/73542/201410/202152414028397.png" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>另外一种情况: 当有其它进程访问这个文件，可以通过lsof &#124; grep&nbsp;&nbsp;killSession.sh来查看是否有其它进程正在访问该文件。<br/><br/>此时可以用kill命令杀掉其它进程。解决上面这个问题。<br/><br/>转自：http://www.cnblogs.com/kerrycode/p/4038934.html
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [转]shell脚本执行时报bad interpreter: Text file busy的解决方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>