Xref: utzoo comp.unix.wizards:17768 comp.unix.ultrix:1545 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!psuvax1!psuvm!cunyvm!maine.bitnet!jgrover From: JGROVER@MAINE.BITNET (John Grover) Newsgroups: comp.unix.wizards,comp.unix.ultrix Subject: Finding program arguments in the kernel Message-ID: <1745JGROVER@MAINE> Date: 21 Aug 89 14:46:52 GMT Organization: University of Maine System Lines: 11 I'm developing a program to allow us to reset hung network tty's. I have enough code to allow me to read the process table and the find the user page that goes with each process. I would also like to be able to look at the args passed to the process - I know that the command itself is in the user structure (field u_comm). Does anybody know where the arguments are stored? - john grover - jgrover@maine.bitnet