# bg > Riprende job che sono stati sospesi (e.g. usando ``) mettendoli in esecuzione in background. > Vedi anche: `jobs`, `fg`, `disown`. > Maggiori informazioni: . - Riprendi il job sospeso più recentemente ed eseguilo in background: `bg` - Riprendi uno specifico job (usa `jobs -l` per trovare l'ID) ed eseguilo in background: `bg %{{id_job}}`