In Unix inter process communication take place using?
2
12212
what is the process id for kernell process
3
7420
what is the very first process created by kernell
5
12640
Linking across directories?
2
8100
Max relaxable permisssion value with out giving write
permission to others?
IBM,
2
8697
what is the condition required for dead lock in unix sustem ?
2
14493
set-user-id is related to (in unix)
1
6544
what about the initial process sequence while the system
boots up?
1
6132
What are various IDs associated with a process?
3
6845
Explain fork() system call?
ASAS, IBM,
12
40994
Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
3
14032
What are the system calls used for process management?
3
8209