A

Admin • 831.35K Points
Coach

Q. How to run a background process?

  • (A) |
  • (B) &
  • (C) *
  • (D) ?
  • Correct Answer - Option(B)
  • Views: 9
  • Filed under category Linux
  • Hashtags:

Explanation by: Admin
To run a process in the background use the character “&”, example:

$ vlc &

In this case, the vlc process goes into the background and you can continue to use the terminal. You have the command prompt again. The sign “&” at the end of the command means: run this command in the background.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.