- What is foreground and background executionof a program?
- How to run a program in the foreground andbackground?
- How to measure execution time in LINUX?
- How to move a program from background to foreground?
- How to kill background job?
Solution
`Hey,
Note: Brother in case of any queries, just comment inbox I would be very happy to assist all your queries
Foreground Processes
A foreground process is any command or task you rundirectly and wait for it to complete. Some foreground processesshow some type of user interface that supports ongoing userinteraction, whereas others execute a task and “freeze” thecomputer while it completes that task.
From the shell, a foreground
OR
OR