what is the functionality of kernel in unix architecture?
Answers were Sorted based on User's Feedback
Answer / varun
it is a breath of system means it communicate with hardware
and software to satisfy user need
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinu babu
kernel is a hart of the operating system. It works intermediary between user software to system Hardware. It will maintain the Instance names of the all hardware components and It will maintain the
memory management,
I/O management,
processor management and
system management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who owns unix?
How to list directories in unix?
List some of the frequent shells used in unix along with their indicators?
What is unix orphan process?
Does mac use unix?
Who developed unix operating system?
Does ios use unix?
What do you mean by the protection fault?
How do I run a ksh script in unix?
How do I get to my home directory in unix?
Explain what is a fifo?
1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.