Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in exec

How do I use exec 3>myfifo in a script, and not have echo foo>&3 close the pipe?

bash exec named-pipes mkfifo

Unable to execute mysqldump from PHP script

php mysql apache exec

NSIS - How to inherit admin level to ExecShell when RequestExecutionLevel admin is not enough?

cmd exec admin nsis shortcut

Running code from python has different permission than from bash?

Writing files (by executing git commands) from PHP on CentOS7

php apache centos exec selinux

Exec as another user

go exec

Difference between `exec n<&0 < file` and `exec n<file` commands and some general questions regarding exec command

linux shell unix while-loop exec

How to open CMD from a flutter desktop application

flutter dart cmd exec

Multiple exec in a shell script

bash shell exec sh

Executing wait-for-it.sh in python Docker container

Executing java via exec or shell_exec gives error

java php linux exec java-7

The hard way to debug the mysterious git+ssh+proxy failure "bash: No such file or directory"

c bash ssh exec

Why do we double state the executable name in `execlp`?

c exec

gradle exec: how to print error output?

gradle exec message

tcl: eval and exec confusing point

tcl exec eval

JavaScript regex exec() returns match repeated in a list, why?

What permissions do I need to run a shell command programmatically in Android?

How to pass arguments to exec() in python

python arguments exec

Python execv and pipe output

python process pipe fork exec