Top "Ps" questions

ps is the UNIX command for retreiving process information.

How find out which process is using a file in Linux?

I tried to remove a file in Linux using rm -rf file_name, but got the error: rm: file_name …

linux ps
How to check if ZooKeeper is running or up from command prompt?

I exploring a few options to setup kafka and I knew that the Zookeeper has to be up and running …

hadoop config apache-zookeeper apache-kafka ps
How to examine processes in OS X's Terminal?

I’d like to view information for processes running in OS X. Running ps in the terminal just lists the …

macos process terminal ps
Check if program is running with bash shell script?

This is an example of a bash script which checks for some running process (daemon or service) and does specific …

shell ps
Find the pid of a java process under Linux

I have a Java program running on a Linux computer, and want to find the process ID (pid) of its …

java linux pid ps
How to get pid given the process name

Hi I have searched various forums and here as well, I could find some answers for Linux and Mac but …

unix ksh pid ps
Counting open files per process

I'm working on an application that monitors the processes' resources and gives a periodic report in Linux, but I faced …

linux bash ps
Is there a way to change effective process name in Python?

Can I change effective process name of a Python script? I want to show a different name instead of the …

python process arguments hide ps
ps display thread name

Is there a way for ps (or similar tool) to display the pthread's name? I wrote the following simple program: // …

linux pthreads ps
How to make adb shell ps list all processes in Android O?

adb shell ps not working in O android release adb shell ps command in Android O release is listing only …

android adb ps usb-debugging android-8.0-oreo