1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
signal()
Assigns a response to a signal
SIG_IGN
Signal handler that ignores the signal.
SIG_DFL
Default system response to a signal.
PID
Unique identifier for a process.
pipe()
Communication channel between two processes.
dup2()
Redirects one file descriptor to another.
exec()
Replaces current process with a new one.
fork()
Creates a new child process.
open()
Opens a file, returning a file descriptor.
close()
Closes a file descriptor to free memory.
read()
Reads data from a file descriptor into a buffer.
write()
Writes data to a file descriptor from a buffer.