| Gianni Mariani 2007-04-12, 7:23 pm |
| Default User wrote:
> frikk wrote:
>
>
UID = User ID. Most unicies support 2^15 at least.
To you want to restate your question ?
[vbcol=seagreen]
>
>
> Sounds like you're working on a UNIX system. As such, the newsgroup
> comp.unix.programmer is likely the best one for your question.
>
> Some hints along the way, ps is a user command. You'll need to find a
> way to capture the output that would normally be displayed by the
> shell. Perhaps something like popen() will right for you. They can help
> you with that there.
>
> I've gone ahead and crossposted this to comp.unix.programmer and set
> followups.
>
> Once you solve the problem of reading the output, you may have some
> programming questions that would be appropriate for this newsgroup.
>
>
>
>
> Brian
|