ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How to know the process ID that lock apt-get upgrade [ or any synaptic download process] and then stop that process ?

user-image
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 2014/02/06

to know the process id issue following command:

ps -ec | grep apt

then look for pid and issue command:

kill -9 <pid>

ghilman ahmed
من قبل ghilman ahmed , System Administrator , Streaming Networks Pvt Ltd

ps -ef | grep -i jockey

ps -ef | grep -i python

you will get the processes but with the jockey is the one which locks the apt-get you just have to

kill that pid with kill command

Mohammed El-Afifi
من قبل Mohammed El-Afifi , chief engineer , valeo

You can also use

ps ax

in place of

ps ec

.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟