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
Why is linux better than windows?
How do you create a new user without logging on as a root user?
What are the contents in /usr/local?
How do I see what services are running in linux?
Linux initially was developed for intel x86 architecture but has been ported to another hardware platform than any other operating system. Do you agree?
Can a linux docker container run on windows?
What are the types of shell in linux?
What is a critical section problem?
Which antivirus is used in linux?
What are message queues in linux?
What does the linux kernel do?
What is the importance of the GNU project?
What are the most common linux unix gui interfaces?
What does the immutable bit do to a file?
How to create a new file and modify an existing file in vi editors?