Jun 2, 2003 #1 neokernel Programmer Jun 2, 2003 1 US Hi All, how to get process status(Running/Stopped) using pid in C? Thanks Pan
Jun 2, 2003 #2 ProbablyDown MIS Aug 15, 2002 422 US 'lssrc -p <pid>' will give you the status of a given pid. How to work that into your C program? I'm not sure... Upvote 0 Downvote
'lssrc -p <pid>' will give you the status of a given pid. How to work that into your C program? I'm not sure...