Linux CLI - Process Management
What does the
fg command do in a Linux shell?fg command do in a Linux shell?fgfg command is used to bring a job running in the background to the foreground so you can interact with it directly.jobs lists jobs, bg resumes jobs in background, and stopping or terminating jobs use other commands.fg = bring job to foreground [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions