Forum: C++ Programming
September 25th, 2003, 08:22 PM
|
|
Replies: 1
Views: 1,420
dup2 ??
I am a bit confused on how does dup2() works, does it make a copy of the file descriptor or does it change the file descriptor itself, any help here would be usefull.
|
Forum: C++ Programming
September 10th, 2003, 11:47 AM
|
|
Replies: 2
Views: 1,417
|
Forum: C++ Programming
September 10th, 2003, 12:54 AM
|
|
Replies: 2
Views: 1,417
Placing processes in the background
[?] Hey there!
I am new to this forum so bear with me. I am trying to write my own shell for Linux, and so using C I was able to write one which basicly reads in a command with arguments and...
|