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

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

متابعة

How will check java process running on Redhat Linux?

user-image
تم إضافة السؤال من قبل Muhammad Anzar , DevOps/DevSecOps Architect , Confidential
تاريخ النشر: 2015/02/07
Rajesh Pant
من قبل Rajesh Pant , System Engineer , Tech Mahindra Limited

Try to find out by using anyone below command :

$ps -aefL | grep java | more$ps axu | grep java | more

Mohand ourabah BENABBAS
من قبل Mohand ourabah BENABBAS , Systems engineer , dimensiondata

To check (monitor) in real-time use: # top | grep java

Hesham Allam
من قبل Hesham Allam , Technical Manager, Business Automation , Advansys-ESC

simply use ps command and you can combine both ps and grep as below 

ps aux | grep -i --color java

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

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