Re: processes sates values

2016-07-19 Thread Angelo Moreschini
Ok thank you On Mon, Jul 18, 2016 at 8:27 PM, Samuel Sieb wrote: > On 07/18/2016 12:00 AM, Angelo Moreschini wrote: > >> What can be the connection from a program and his process >> >> ...What possibility I can have to know the name of a proces >> generate from a program ? >> >>

Re: processes sates values

2016-07-18 Thread Tim
Allegedly, on or about 18 July 2016, Angelo Moreschini sent: > Audacity not respond anymore on my computer... > > That in not a problem for me now.. I only would kill his process. You could try the brute-force and ignorance method: killall audacity Sometimes you have to do that more than once

Re: processes sates values

2016-07-18 Thread Samuel Sieb
On 07/18/2016 12:00 AM, Angelo Moreschini wrote: What can be the connection from a program and his process ...What possibility I can have to know the name of a proces generate from a program ? There are a few ways. The simplest way is to do "ps auxw | grep -i ". But sometimes th

Re: processes sates values

2016-07-18 Thread Patrick O'Callaghan
On Mon, 2016-07-18 at 13:19 +0300, Angelo Moreschini wrote: > that require to know the pid...  and this is what I am looking for... :-) Your original question did not make this clear. You asked about the meaning of various process states, so it's natural to assume you know what process you're look

Re: processes sates values

2016-07-18 Thread Angelo Moreschini
that require to know the pid... and this is what I am looking for... :-) I understand that for my purpose I have to identify the process ... for this purpose we have to know something more about the program, the directory where is installed is already enough . Thanks anyway, this talk has helpe

Re: processes sates values

2016-07-18 Thread Patrick O'Callaghan
On Mon, 2016-07-18 at 09:32 +0300, Angelo Moreschini wrote: > Hi, > > Audacity not respond anymore on my computer... > > That in not a problem for me now.. I only would kill his process. > > Using the command ps ax I get the list of the processes and also their > state (S, S<, SN, SNsl, Ssl,

Re: processes sates values

2016-07-18 Thread Angelo Moreschini
OK ! You are right I understand... So i try another way ... What can be the connection from a program and his process > ...What possibility I can have to know the name of a proces generate from > a program ? > Thank you for answering me On Mon, Jul 18, 2016 at 9:42 AM, Samuel Sieb

Re: processes sates values

2016-07-17 Thread Ed Greshko
On 07/18/16 14:32, Angelo Moreschini wrote: > Audacity not respond anymore on my computer... > > That in not a problem for me now.. I only would kill his process. > > Using the command ps ax I get the list of the processes and also their state > (S, S<, > SN, SNsl, Ssl, etc...). > > I would a

Re: processes sates values

2016-07-17 Thread Samuel Sieb
On 07/17/2016 11:32 PM, Angelo Moreschini wrote: I would ask what is the state of a process whose program program non respond anymore??? It can be almost any state depending on why it's not responding. If it's stuck in an infinite loop, it will be "R". If it's deadlocked or just confused abo

processes sates values

2016-07-17 Thread Angelo Moreschini
Hi, Audacity not respond anymore on my computer... That in not a problem for me now.. I only would kill his process. Using the command ps ax I get the list of the processes and also their state (S, S<, SN, SNsl, Ssl, etc...). I would ask what is the state of a process whose program program n