Top "Shell-exec" questions

The shell_exec() PHP function provides the ability to run shell commands during the execution of a script.

Connecting to Gmail IMAP PHP "Couldn't open stream"

There are lots of people having similar issues but no one is answering their questions. I have IMAP enabled in …

php gmail imap shell-exec
Running python script in Laravel

So, I am trying to run a python script in my Laravel 5.3. This function is inside my Controller. This simply …

php python exec shell-exec orb
Executing shell script using php

I have a shell script deploy.sh that has the following content:- echo "0 Importing the code" eval "git pull …

php shell shell-exec
PHP - How to get Shell errors echoed out to screen

I am in the process of using shell_exec() for the first time. I am trying to convert some video …

php shell ffmpeg shell-exec
php shell_exec permission denied

shell_exec("touch /Users/Nerses/Downloads/ads.txt 2>&1") I have a problem with the PHP exec(shel_exec) …

php exec shell-exec
Shell_exec php with nohup

I think there are tons of similar posts but I haven't yet found a solution after searching around. Basically, I'm …

php exec shellexecute shell-exec nohup
Unable to execute child_process.exec() when path has spaces

I am using appjs * and I want to execute a command to open a folder. What I have var path = __…

node.js shell-exec
PHP - How to know if server allows shell_exec

On some servers, PHP is not allowed to run shell commands via shell_exec. How can I detect if current …

php shell shell-exec
PHP shell_exec ssh connection

I know this question has been asked before in many different ways but I'm still scratching my head over why …

php linux ssh shell-exec
PHP shell_exec wait for script to finish?

I have a PHP script that queries a database for a list of jobs to be done and fires off …

php queue shell-exec