StackOverflow Questions for Tag: execvp

mythander889
mythander889

Reputation: 945

Make execvp permission denied

Score: 1

Views: 11515

Answers: 1

Read More
Gwen
Gwen

Reputation: 11

When implementing chained pipe command in C++, I failed to redirect input from pipe to STDIN_FILENO using `dup2` in the child process

Score: 1

Views: 125

Answers: 1

Read More
user2824393
user2824393

Reputation: 649

g++: error trying to exec 'cc1plus': execvp: No such file or directory

Score: 39

Views: 68153

Answers: 6

Read More
YingChao Zeng
YingChao Zeng

Reputation: 11

g++: fatal error: cannot execute ‘d21’: execvp: No such file or directory compilation terminated

Score: 1

Views: 228

Answers: 2

Read More

Reading and writing from pipe after execvp using dup2

Score: 0

Views: 25

Answers: 0

Read More

Redirecting stdout with execvp

Score: 0

Views: 62

Answers: 1

Read More
StormByte
StormByte

Reputation: 1335

Executing sed via execvp makes other pipes blocked

Score: 0

Views: 69

Answers: 1

Read More
StormByte
StormByte

Reputation: 1335

Race condition in pipe/dup2/exec*

Score: 1

Views: 63

Answers: 0

Read More
user144600
user144600

Reputation: 559

How can I execute cat command using execvp or other kinds of exec functions in programming C

Score: 2

Views: 6053

Answers: 2

Read More
shinny.dogma
shinny.dogma

Reputation: 53

exit() status does not act accordingly

Score: 1

Views: 63

Answers: 1

Read More
Aditya Gupta
Aditya Gupta

Reputation: 1

Running a Python program from a C program using system()

Score: -1

Views: 48

Answers: 1

Read More
Alex
Alex

Reputation: 342

Dovecot doesn't start after upgrading Ubuntu, how to raise ARG_MAX?

Score: 0

Views: 148

Answers: 0

Read More
FotisK
FotisK

Reputation: 1177

execvp does not termiante and it hangs for ever the child process

Score: 0

Views: 34

Answers: 0

Read More
incertia
incertia

Reputation: 161

ffmpeg does not recognize long string filter in execv

Score: 0

Views: 70

Answers: 0

Read More
user21200173
user21200173

Reputation: 31

Piping between several processes in C

Score: 3

Views: 576

Answers: 1

Read More
Gillian
Gillian

Reputation: 9

How can I get grep to run and accept input from a pipe?

Score: 0

Views: 98

Answers: 0

Read More
wiwi
wiwi

Reputation: 1

While making Custom Shell in Operating System, why did dup2() call terminated the child process before even calling the execvp()?

Score: 0

Views: 22

Answers: 0

Read More
user129393192
user129393192

Reputation: 1239

Why am I not seeing the printf buffer flush?

Score: 4

Views: 121

Answers: 1

Read More
user129393192
user129393192

Reputation: 1239

String literals in argv

Score: 4

Views: 106

Answers: 1

Read More
Fluffy Gazelle
Fluffy Gazelle

Reputation: 1

Missing output on file while using execvp in C

Score: 0

Views: 96

Answers: 1

Read More
PreviousPage 1Next