distinguish between user mode and kernel mode?
Answer Posted / narendrasairam immadi
When a process is in user space, its system calls are being
intercepted by the tracing thread. When it's in the kernel,
it's not under system call tracing. This is the distinction
between user mode and kernel mode.
The transition from user mode to kernel mode is done by the
tracing thread. When a process executes a system call or
receives a signal, the tracing thread forces the process to
run in the kernel if necessary and continues it without
system call tracing
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
Explain mount and unmount command.
What is command substitution?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are some command words?
Which command is used to delete all files in the current directory and all its sub-directories?
How do I delete files from command prompt?
How do I run a bash script?
Enumerate some of the most commonly used network commands in unix?
Differentiate cmp command from diff command.
What do chmod, chown, chgrp commands do?
Which unix command to make a new directory?
What command is used to switching between users in unix?
how to sort the content of the file based on numeric values
Who command in unix operating system?
What is the use of the tee command?