Question: To run a copy command in a subshell, which syntax would you use?

  1. `( command )`
  2. `sh command`
  3. `{ command; }`
  4. `(( command ))`

Answer: The correct answer of the above question is Option A:`( command )`