Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

253
Views
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 answers
Answer question

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!