Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!floyd!cmcl2!lanl-a!unm-ivax!lee From: lee@unm-ivax.UUCP Newsgroups: net.unix-wizards Subject: Re: runaway grep - (nf) Message-ID: <541@unm-ivax.UUCP> Date: Sun, 14-Aug-83 19:31:46 EDT Article-I.D.: unm-ivax.541 Posted: Sun Aug 14 19:31:46 1983 Date-Received: Mon, 15-Aug-83 01:35:52 EDT References: <117@hscfvax.UUCP> watcgl.685 Lines: 16 One of the questions was answered. The other's answer is: A process name parenthesized by 'ps' means that is the name that will be entered into system accounting. Thus, an exec like: execl (name, arg0, arg1, arg2, ..., 0); would have the command 'name' stripped of path entered into system accounting, irregardless of arg0 which a program could check and interpret to be the name it was invoked as. --Lee (Ward) ...!ucbvax!unmvax!lee