Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site teklds.UUCP Path: utzoo!linus!decvax!tektronix!azure!teklds!archiel From: archiel@teklds.UUCP (Archie Lachner) Newsgroups: net.unix-wizards,tek.general Subject: Re: Parenthesized arguments in a "ps" list Message-ID: <1616@teklds.UUCP> Date: Wed, 30-Nov-83 12:41:50 EST Article-I.D.: teklds.1616 Posted: Wed Nov 30 12:41:50 1983 Date-Received: Fri, 2-Dec-83 06:49:48 EST References: <1466@tekig1.UUCP> Organization: Tektronix, Beaverton OR Lines: 10 I am told that if the total length of the environment, i.e., the combined lengths of ALL the environment variables, is greater than 1K bytes, then ps gives command names in parentheses rather than command line images. By removing the EXINIT environment variable, the environment is probably reduced to a level below this threshold. I suggest trying the following to check this out in particular cases: printenv | wc -c If the result is more than 1K, then the above explaination applies.