Access to user process info.

Dennis Bednar dennis at rlgvax.UUCP
Thu Jan 15 09:25:06 AEST 1987


In article <587 at mcgill-vision.UUCP>, mouse at mcgill-vision.UUCP (der Mouse) writes:
> In article <99 at osupyr.UUCP>, dusan at osupyr.UUCP (Dusan Nedeljkovic) writes:
> > Briefly:  I need to get access to information about a certain (or
> > more generally, ALL) processes that are active and bound to a
> > terminal.

If you have the fuser(1M) command, it will do what you need.
It works nicely.  Given the output of fuser (the numerical process
ids), you can get more information by running:
	ps -p25645
assuming the output of of fuser had been 25646.
-- 
-Dennis Bednar
{decvax,ihnp4,harpo,allegra}!seismo!rlgvax!dennis	UUCP



More information about the Comp.unix.questions mailing list