7

THE PROCESS

Chapter Objectives
  • The meaning of a process and different types of processes
  • The mechanism of process creation
  • Run a job in the background and avert its termination with nohup
  • View the process attributes with ps
  • Adjusting process priorities with the nice command
  • The meaning of process termination signals and handling them
  • To use the kill command to terminate processes
  • Use the job control commands to switch control from one job to another
  • Scheduling jobs for execution—The at, batch and cron commands

Because Unix is a multi-user as well as a multi-tasking system, number of programs can run simultaneously. All the programs that have been loaded into the memory for execution are referred to as processes. This chapter begins ...

Get Introduction to Unix and Shell Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.