Kurapati, Ravichandra (Ravichandra) wrote: > Hi > > I have the process id, > > How can I know whether it is in active state or not This is not an R question. Find out how to do it in your operating system (whatever that is), and do the same in R using system(). Duncan Murdoch