What is jobs command used for in Linux?
Experience Level: Junior
Tags: Linux
Answer
The jobs command is used to list the jobs that you are running in the background and in the foreground. If the prompt is returned with no information no jobs are present. All shells are not capable of running this command. This command is only available in the csh, bash, tcsh, and ksh shells.
Related Linux job interview questions
What is ping command used for in Linux?
Linux JuniorWhat is kill command used for in Linux?
Linux JuniorWhat is chown command used for in Linux?
Linux JuniorWhat is chmod command used for in Linux?
Linux JuniorWhat is tar command used for in Linux?
Linux Junior