any one explain what is user space and kernel space in linux
kernel space and user space
Collapse
X
-
Tags: None
-
kernel space is part of memory reserved of OS.
User space is part of memory reserved for user applications. -
Linux system memory devides in to two parts
1.Kernel space
is the memory space where kernel execute and provide or running the services.Core of the OS.Kernel space can be accessed by user processes only through the use of system calls
2.Userspace
User-space is the part of memory where user programs executes or run
Regards,
Christian
Comment
Comment