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 $0 bash?
what these two commands prints "echo test","cat test"?
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
How to identify whether a file is normal file or directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
why unix commands can be divided into internal and external commands?
What is sed awk grep?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to find whether the system is 32 bit or 64 bit?
Describe the zip/unzip command using gzip.
What do know about tee command?