对perl脚本执行权限被拒绝

时间:2017-04-19 04:34:22

标签: perl unix ksh anthill

我从shell脚本调用perl脚本。由于我创建了unix shell脚本和perl脚本,我能够成功执行它。但是当我使用anthillpro部署代码时,文件的权限更改为644。因此,当其他人执行此shell脚本时,他们可以运行unix脚本,但在调用perl脚本时会收到以下错误。

0403-006 Execute permission denied.

以下代码用于从unix shell脚本调用我的perl脚本:

/usr/bin/perl /home/script/conversion.pl $layout_file $format_file $conv_file $base_filenm $COREPATH

我的perl脚本的第一行有以下行:

#!/usr/bin/perl

任何人都可以为此问题提供解决方案吗?

0 个答案:

没有答案