سؤال

I want to get the user ID of a given process ID using C

How can I do it?

Any insight appreciated ;)

هل كانت مفيدة؟

المحلول

If you have the procfs file system, then the effective user ID of the files in /proc/<pid> are that of the user.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top