Tagged Questions
4
votes
1answer
150 views
Follow pids across machines (ssh)
I am basically trying to write a pstree-like command except that it should follow processes across machines.
What I mean is that if I run this :
$ ssh $node sleep 1000
Then the command should ...
0
votes
1answer
36 views
Avoid related processes in process listing
How can I generate a process listing, that does not include the current process, its shell and any related processes in the process group, and the SSHD process generated to handle the session?
Does ...
0
votes
1answer
230 views
How to end s Powershell script when running from cygwin
I have a Powershell .ps script which does some elementary stuff in a windows machine. I invoke this script by ssh-ing to the windows machine. The Windows machine has cygwin Open-SSh installed on it.
...
0
votes
1answer
729 views
What does it mean WCHAN 'finish' in ps -l <proc_id> output?
I'm running a number of ssh commands in a background. When the triggered-via-ssh
command finishes to run, the appropriate background ssh process doesn't get
terminated and its ps -l output shows ...