Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: changing cwd after process exec Message-ID: <7787@brl-smoke.ARPA> Date: 28 Apr 88 19:32:45 GMT References: <13144@brl-adm.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <13144@brl-adm.ARPA> andrew@csd4.milw.wisc.edu (Andrew David Biewer) writes: >Doe anyone know how I can change my cwd from within a program >(run as a process) so when I leave that process, the change is still made? There is no reasonable way to do this; it's an intentional feature of the UNIX process design.