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 |
how to configure sendmail server on red hat linux version 4 and what and all we Require?
linux system its not booting up its showing groub error what i need to do?
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
linux file defaults permition
Explain process management system calls in linux?
what is samba, what is configuration file, how it will work?
what is stored in /proc ? what is significance of /proc in linux ?
What is the use of proc structure?
what is segmentation fault?
if root user forget the password how to change it?
I would like to know whether Simado and Setu products are they EPBX or not ?
how to configure ftp server on redhat linux?