General process questions

G

Guenther Sohler

I have some simple c "enviroment questions"

* How can I find out, if a process number 4563 is still alive ?

* How Can I find the User id, a process runs on ?

* How can I find out the user name related to the user id ?


Thank you for your tips
 
M

Martin Ambuhl

Guenther said:
I have some simple c "enviroment questions"

* How can I find out, if a process number 4563 is still alive ?

This is not a C question, since processes and their ids are specific to
an implementation. Check the system calls available to you, none of
which will be standard C functions. If you have a problem finding such
information, ask in a newsgroup for your implementation or platform, but
only after checking that NG's FAQ and previously posted questions.
* How Can I find the User id, a process runs on ?

See above.
* How can I find out the user name related to the user id ?

See above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top