Tag: background process in linux

Home background process in linux
Background Processing in Linux. Here is what you need to know!
Post

Background Processing in Linux. Here is what you need to know!

Introduction of Process Process is an instance of program. A new process is started when you gibe any command to Linux machine. For a single program, there can be multiple processes. Types of Processes Foreground Processes Run on the screen Input from user is needed Example: Office Programs Background Processes Run on background Usually, input...