Maison > développement back-end > tutoriel php > 神奇的没法解压之shell_exec

神奇的没法解压之shell_exec

WBOY
Libérer: 2016-06-13 12:57:33
original
883 Les gens l'ont consulté

神奇的无法解压之shell_exec
php:

<br />
shell_exec('sudo sh /var/www/wode/shell/update.sh');<br />
Copier après la connexion

sh:
<br />
#!/bin/sh<br />
tar -zxvf update.tgz<br />
#cp /var/www/wode/shell/update.sh /var/www/wode/tmp/<br />
Copier après la connexion

shell目录下 update.sh update.tgz 
php执行之后没有把update.tgz解压 以为是shell的问题 但试了试其他的命令就可以 什么个情况?

shell php
------解决方案--------------------
/var/www/wode/shell/ 没权限吧,php是什用户组,目录又是什么用户组……
------解决方案--------------------
把update.tgz写成绝对路径试试看。在浏览器上用php执行的时候,当前目录是php的脚本目录,用cli模式执行时,当前目录是php二进制文件的目录。而并不是你那个shell脚本的所处目录。
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal