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.)
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.)
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.
answer is correct. jobs command
renice = alter priority of running processes