101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 110


FILL BLANK -

Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)

Show Answer
Correct Answer:

The correct command to display a list of all background tasks running in the current shell is 'jobs'. This command is used in Unix-like operating systems to list the jobs you have started in the current shell session, indicating which ones are running in the background.

Discussion

2 comments
Sign in to comment
Amycert
Feb 9, 2023

answer is correct. jobs command

Reseko
Sep 2, 2023

renice = alter priority of running processes