Computer Science, asked by hibbu5035, 1 year ago

Identify the proccess that will start in background

Answers

Answered by rupeshwagh85572
2

Run a Unix process in the background. To run the count program, which will display the process identification number of the job, enter: count & To check the status of your job, enter: jobs. To bring a background process to the foreground, enter: fg. If you have more than one job suspended in the background, enter: fg ...

Similar questions