FreeBSD 10.1 执行 sh 脚本 比如./install.sh 提示说命令找不到,这咋办。。。
1
abutter 2016-05-25 13:23:34 +08:00 1
ls -l install.sh
|
2
designer 2016-05-25 13:24:41 +08:00 via iPhone
总会看成 Free PSD
|
3
qcloud OP @abutter 执行这条命令怎么不执行呢,出来这个:-rwxrwxrwx 1 root wheel 32832 May 22 15:20 install.sh
|
6
abutter 2016-05-25 13:45:39 +08:00
@qcloud 都有执行权限。那么 head -n 5 install.sh 呢。
|
7
abutter 2016-05-25 13:46:31 +08:00 1
试试 sh ./install.sh 。
|
8
qcloud OP @abutter sh ./install.sh 是可以的,谢谢
|