Answer Posted / 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 |
Post New Answer View All Answers
How do I open a profile in linux?
Can we use linux and windows together?
Does google own linux?
How do you check which service is running on which port in linux?
What is stack?
What are the default port numbers used by ssh,ftp,http,https,telnet,smtp,pop3,pop3s,imap,imaps?
Explain how to enable root logging in ubuntu?
Which processor structure is pipelined?
What is a shebang line?
What key combination can you press to suspend a running job and place it in the background?
How to unzip a file in Linux?
Which linux shell is best?
Why linux is so important?
Is linux unix based?
What does wget do in linux?