Linux multitasking uses job control built into the shell. fg brings a background job to foreground, bg sends a foreground job to background, and & after a command starts it in background. These shell builtins control process execution without external utilities.