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 |
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What is a Unix signal, and how do you handle them?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
How can you change the owner or group of a file?
What is a shell in Unix? Name some common Unix shells.
What is the difference between udp and tcp?
what are the different commands used to create files?
what is the meaning of this command rm -rf / what will it do ?
Explain iostat, vmstat and netstat.
Differentiate cat command from more command.
What is the command to compare two files in unix?