Can a process kill itself in UNIX/or in its various
versions?
Answers were Sorted based on User's Feedback
Answer / mohit chandila
Yes a process can kill itself in UNIX. The only condition
that the system checks for is that it should not produce a
deadlock condition.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ashu
yes a process can kill itself in UNIX.if two people are logged into server using same user-name at same point of time.if they select or edit the data from the same file.Then this will happen.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is in grep command?
What Command will remove a Directory in UNIX?
what is the significance of "su" command?
How do I run a bash script?
distinguish between interrupts and exceptions?
If we want to see first 35 lines of a file which command we have to use?
Which command should you use to find the remaining disk space in unix server?
Why is awk called awk?
What is the function of grep command in unix?
How do you change file permissions?
how to check a file system type
Through which command will redirect output to bOth screen and files at the same time?