Initialize 2D char array by passing addressesHello guys, can i am trying to initialize a 2D char array with this code below [code] static c...
Orphaned process doesn't receive SIGHUPHello! I have this simple fork code: [code] int main(int argc, char const *argv[]) { pid_t p = ...
Can't handle signals after changing process groupHello guys! I have this little code: [code] struct sigaction sa; void signal_handler(int signum);...
Perplexity about TTY and PTYHello Guys, i'm trying to understand the usage of Pseudoterminal but it's really hard even to explai...
Doubt about test constructs with aritmetic operationsHello guys, i hope you can help me.. Taking for granted the fact that '0' means success and '1' m...
This user does not accept Private Messages