Linux uses job control for multitasking: fg brings a background job to foreground, bg resumes a stopped job in background, and & after a command runs it in background initially. Option C is incomplete (missing &), and 'switch' is not a valid Linux command.