InterviewSolution
Example: The process with id 1 is sent to the background by providing its id to bg.
Syntax: $ bg %1
Example: The process with id 1 is brought to the foreground with the help of this command.
Syntax: $ fg %1
Example: Displays the status of the process with id 12230.
Syntax: $ ps 12230
Your experience on this site will be improved by allowing cookies. Read Cookie Policy