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 does the command '$ls | wc –l > file1' do?
what are the different hardwares available?
What is the comma to show the space allocation of files?
How to view the hidden files in /etc directory?
what is the difference between pipe(|) and tee command..
Write a command to display a file’s contents in various formats?
What Command will remove a Directory in UNIX?
distinguish between paging and swapping?
what does the 'tee' command do?
Name the general commands in using unix os for a beginner?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
What is grep short for?