6. ProcessesΒΆ

Concepts covered in the video:

  1. PID - Process identifier
  2. init - Initial process that starts all the other processes
  3. Parent PID
  4. UID - User identifier
  5. Process priority
  6. ps - print out information on running processes
  7. TTY - terminal process is associated with
  8. fg - brings background job to foreground
  9. kill - Terminate a process
  10. top - Browse processes

Introduction to processes and ps. Runtime ~ 7min

Jobs and Killing Processes. Runtime ~ 8min