Top "Process" questions

This tag is about operating system processes.

How do I start a process from C#?

How do I start a process, such as launching a URL when the user clicks a button?

c# .net windows process process.start
Linux/Unix command to determine if process is running?

I need a platform independent (Linux/Unix|OSX) shell/bash command that will determine if a specific process is running. …

linux bash shell unix process
Understanding PrimeFaces process/update and JSF f:ajax execute/render attributes

What exactly are process and update in PrimeFaces p:commandXxx components and execute and render in f:ajax tag? Which …

jsf primefaces process updates
Viewing full output of PS command

when I run ps -aux command on my linux server, to which I connected using putty, few processes are too …

linux bash shell process
Wait until a process ends

I've an application which does Process.Start() to start another application 'ABC'. I want to wait till that application ends (…

c# .net process
How can I know if a process is running?

When I get a reference to a System.Diagnostics.Process, how can I know if a process is currently running?

c# .net process
How to get PID of process by specifying process name and store it in a variable to use further?

By using "ucbps" command i am able to get all PIDs $ ucbps Userid PID CPU % Mem % FD Used Server Port ========================================================================= 512 5783 2.50 16.30 350 …

unix process pid
How to prevent a background process from being stopped after closing SSH client in Linux

I'm working on a Linux machine through SSH (Putty). I need to leave a process running during the night, so …

linux process ssh background-process
Kill process by name?

I'm trying to kill a process (specifically iChat). On the command line, I use these commands: ps -A | grep iChat …

python process kill
How do I trim a file extension from a String in Java?

What's the most efficient way to trim the suffix in Java, like this: title part1.txt title part2.html => …

java string process