digitare fg e premi enter nel terminale.
   fg [jobspec]
          Resume jobspec in the foreground, and make
          it  the  current  job.   If jobspec is not
          present, the shell’s notion of the current
          job  is used.  The return value is that of
          the command placed into the foreground, or
          failure  if  run  when job control is dis-
          abled  or,  when  run  with  job   control
          enabled,  if  jobspec  does  not specify a
          valid job or jobspec specifies a job  that
          was started without job control.
Digita quanto segue per riportare il lavoro in primo piano:
fg
 Questo perché hai sospeso il lavoro, il che significa che non sta facendo nulla mentre non puoi vederlo. Puoi effettivamente far eseguire un job anche in background (inserendo bg ). Vedi Controllo lavoro per maggiori informazioni.
 Puoi usare fg per riportare l'attività in primo piano
O
 Puoi usare bg per spostare l'attività corrente sullo sfondo.