What are the signals we have in Linux
Answers were Sorted based on User's Feedback
Answer / sharmila
"kill" command lists all the signals on linux
type "kill -l" at the shell to see the list
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / manoj
Kill -15 (pid no.) terminate cleanly
Kill -9 (pid no.) terminate immediately
kill –a (Pid no.) re-read config. File
kill -all
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / b.ramkumar
There are more that 15 different signal. Listing some of
the frequently used signals below
STOP - This signal will stop the currently running process.
The process will still stay in the task list
CONT - Will continue the stopped process
TERM - This singal will terminate the process
HUP - Will restart currently running process
NOHUP - Will reload the process (in the sense, only reads
the config file and bring the new changes to effect without
restarting...)
| Is This Answer Correct ? | 5 Yes | 3 No |
I would like to know whether Simado and Setu products are they EPBX or not ?
diff b/w spinlock, seamaphores and mutex and where to use it.
linux system its not booting up its showing groub error what i need to do?
What is the use of proc structure?
What is atomic function / atomic variable ?
what are different ways the context switch happens from user to kernel space or vice-versa ?
Explain process management system calls in linux?
what is nis server
how to configure sendmail server on red hat linux version 4 and what and all we Require?
what is samba, what is configuration file, how it will work?
What is the Diffrent between Redhat linux And suse linux
what is stored in /proc ? what is significance of /proc in linux ?