Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

258
Vistas
Is kernel a process?

according to wikipedia

In computing, a process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently.

according to this definition a kernel should be a process?

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

A kernel is bigger than a process. It creates and manages processes. A kernel is the base of an operating System to make it possible to work with processes.

over 4 years ago · Santiago Trujillo Denunciar

0

Kernel is a comprehensive/complex process, that handles all other tasks(threads) in both kernel and user space

Kernel's PID is 0, and that triggers all other processes(Kernel/User), directly(children) and indirectly(child handling other subsequent children).

Kernel runs the scheduler, which is the core part of task/process management.

To see the kernel Processes that are spawned by kernel

ps -caefL | grep -v grep | grep "\[\|PPID" | grep root

to see the user space processes,

ps -caefL | grep -v grep | grep -v "\["

You will not be able to see the line of 0th PID, which is the kernel(the driving force)

Good to say that kernel is, "device driver for the CPU"

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda