Note: Introduction

####Traps

####Interrupts

####Address space

####Process Management

####Exec(s)

####File Descriptors

####Pipe

int p[2];
pipe(p);
// p[0] for read
// p[1] for write

####Links

####execve

execve(const char *path, char *const argv[], char*const envp[]);

####Bear in mind: some realations

Your Comments

comments powered by Disqus