linked linked linkedin whatsapp remove
Feedback

System Programming Quiz System Programming

What is the effect of appending an ampersand ("&") at the end of a shell command?

It causes the shell to skip logging this in its command history.
It causes the shell to chain this command with the next.
It executes the command as a background job.
It causes the shell to drop a secondary prompt for command completion.

Answer:
It executes the command as a background job.

Note: This Question is unanswered, help us to find answer for this one

Related System Programming Questions and Answers: