QuestionQ70
Essential CommandsWhich character, appended to the end of a command, runs that command in the background as a child process of the current shell?
- A !
- B +
- C &
- D %
- E #
Which character, appended to the end of a command, runs that command in the background as a child process of the current shell?
Community Discussion