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 create a ftp user on redhat linux 4.0?
I would like to know whether Simado and Setu products are they EPBX or not ?
what is stored at /lib/modules ?
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?
how to configure http server on red hat linux4.0?
what is mean by raid and what are all raids available even in software and hardware?
what is nis server
what happens when we do insmod & rmmod in Linux Device Drivers ?
diff b/w spinlock, seamaphores and mutex and where to use it.
what is iptabe on redhat linux?
what is the difference between user APIs and kernel system calls ?
What do fork() internally call?