What are the signals we have in Linux?
Answer / srinivasan rajagopalan
The SYS user owns the data dictionary. The SYS and SYSTEM
users are created when the database is created.
24) What are the signals we have in Linux?
ANS: 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...)
kill" command lists all the signals on linux
type "kill -l" at the shell to see the list
| Is This Answer Correct ? | 4 Yes | 1 No |
What is the difference between mutex and critical section?
In Linux OS, what is the file server?
how can install Linux OS along with fedora 14 OS in one System
What is the pipe in linux?
wat is the differnces between scp and rsync in linux?
Boot sequence of linux on embedded platform
Which scripting language is best for linux?
can we open pdf files in suse?
What's the difference between unix and linux?
Why linux is safe?
What is unity linux?
Hi, We are porting our application from linux 2.4 to 2.6.Its an medical equipment.So just want to know how could i perform balck box testing on this.Please let me know the scenarios as well.