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 |
How do you move a process which is running background to foreground?
How will you know who are the users logged in to the system before 15 minutes?
What is the nmap command?
what are filters?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What is the difference between grep and grep?
What is the use of the command 'ls -x chapter[1-5]' ?
How do you move or rename a file or directory?
Is grep faster than awk?
Write a command to kill the last background job?
What is the size of time_t?
what these two commands prints "echo test","cat test"?