Top "Ps" questions

ps is the UNIX command for retreiving process information.

How to find port number for a particular process id in unix?

In UNIX OS, how can I find the port number when i know the process name or pid ?

pid ps netstat uname
What does TTY mean in the unix ps command?

When I run PS one of the columns output is TTY. What does this mean? In particular, how does as …

java process tty ps
Find the Process run by nohup command

I run a server executable in Centos using the following command "nohup server &". Now I need to kill the …

linux process background ps nohup
How to bring an Orphaned Background Process back to Foreground?

Well it goes like this, I had to run a program from my home by sshing into the server in …

shell process ps
ps utility in linux (procps), how to check which CPU is used

It is about procps package, utility ps for linux. Can it print the number of last used CPU for each …

linux ps procps
Equivalent of ps -A | grep -c process in Windows?

I am looking for an equivalent/alternative of Linux's ps -A | grep -c script.php for ms windows ? cheers, /Marcin

windows linux process grep ps
Matplotlib Plots Lose Transparency When Saving as .ps/.eps

I'm having an issue with attempting to save some plots with transparent ellipsoids on them if I attempt to save …

image matplotlib png ps
Using bash ps and cut together

I need to extract PID, UID and command fields from 'ps' and I have tried it like this: ps -L …

bash unix cut ps
Get the username and the process ID of a process in bash

I am writing a bash script where I need to find out the userID of a process. For an example …

bash ps
How to get ps to print group?

ps aux will print out something formatted according to the below. It shows the user that the process runs under. …

linux bash ps