Cum rezolvi “There are stopped jobs” la comandalogoutin SSH (Terminal)

Acest tutorial iti arata cum rezolvi “There are stopped jobs” la comandalogoutin terminal (SSH). Ce inseamna acest mesaj in Linux And what you need to do so you can disconnect from the terminal, see step by step in the tutorial below.

Inainte sa vezi cum poti sa te deconectezi dintr-un terminal la comandalogout, este bine sa stii ce inseamna acest mesaj.

De ce apare mesajul “There are stopped jobs” la comandalogout”?

Mesajul “There are stopped jobs” apare atunci cand incercati sa va deconectati dintr-un terminal in care exista procese care ruleaza sau care asteapta intreruperea (Ctrl+C) or the continuation (fg) lor.
These are the processes between the terminal and your client to connect to that system. Connection SSH by Putty or through Terminal (macOS).

Asadar, acesta nu este un mesaj de eroare, ci doar un mesaj care informeaza utilizatorul ca arejobsin lucru, care nu au fost salvate sau inchise. De cele mai multe ori, acest mesaj apare atunci cand editezi fisiere text cuvim, pe care nu le-ai salvat, dar ai parasit ecranul de editare.

Cum rezolvi “There are stopped jobs” la comandalogoutin SSH (Terminal)

Pentru a putea sa va deconectati cu comandalogout, in mod normal, trebuie sa terminati sau sa intrerupeti acele procese.

1. Executati comandajobsin terminal. Aceasta comanda va afisa lista proceselor aflate in asteptare sau in executie.

2. Next, after identifying the open process, you have several variants:

Returning the process in execution

Utilizati comandafgpentru a repune in executie procesul oprit (job) and then you finish it by the combination of keys Ctrl+C.

Mutati procesul in background ca sa evitati “There are stopped jobs”

Executati comandabgpentru a muta procesul in fundal. Acum veti putea inchide conexiunea la terminal prin comnadalogoutfara sa opriti procesul deschis.

Finish the load association with the current shell

Se poate utiliza si comandadisown. Aceasta comanda elimina un job asociat shell-ului curent, astfel incat sa puteti inchide sesiunea de conexiune la terminal. Daca executati o comanda in terminal si doriti sa o pastrati activa chiar si dupa ce inchideti terminalul, puteti utiliza cu incredere comandadisown“.

The forced closure of the work task

This method is not recommended, but if you want, you can forcefully close the task.

Identify the PID process with the command:

ps aux | grep process_name

Finish the process forced:

kill -9 PID_number

Dupa oricare dintre pasii din tutorialul de mai sus, nu veti mai fi intampinati de mesajul “There are stopped jobs” atunci cand executati comandalogoutca sa inchideti sesiunea intr-un terminal.

Passionate about technology, I write with pleasure on stealthsetts.com starting with 2006. I have a rich experience in operating systems: Macos, Windows and Linux, but also in programming languages ​​and blogging platforms (WordPress) and for online stores (WooCommerce, Magento, Presashop).

Home » Your source of IT tutorials, useful tips and news. » Cum rezolvi “There are stopped jobs” la comandalogoutin SSH (Terminal)
Leave a Comment