Results 1 to 2 of 2
as we see in the windows at a task manager(ctrl-alt-del) having options like applications,processes.when we select application it will show you current running process(i.e application process).so isthere any chance of ...
- 05-30-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 4
process help.
as we see in the windows at a task manager(ctrl-alt-del) having options like applications,processes.when we select application it will show you current running process(i.e application process).so isthere any chance of viewing the application process in linux(suse) using any system calls or using any language like c or java.
thanks for taking time to read my message.
i appreciate your help.
- 05-30-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
In C you can use popen() to call ps.
Check the manpages of ps and popen.
Regards


Reply With Quote
