The character that, when added to the end of a command, runs that command in the background as a child process of the current shell is C, &.
Here's how it works:
When you run a command in a terminal, it normally runs in the foreground and has control of the terminal until it finishes executing.
By adding the & character to the end of a command, you tell the shell to run the command in the background, which means that it will be executed as a child process of the current shell without taking control of the terminal.
You can continue to use the terminal to run other commands while the background command is running.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-103 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago