Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!eos!ames!umd5!brl-adm!adm!andrew@csd4.milw.wisc.edu From: andrew@csd4.milw.wisc.edu (Andrew David Biewer) Newsgroups: comp.unix.questions Subject: changing cwd after process exec Message-ID: <13144@brl-adm.ARPA> Date: 27 Apr 88 16:03:10 GMT Sender: news@brl-adm.ARPA Lines: 9 Hello, 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? I would like to be able to do it through C if possible. chdir(2) works to change the cwd but only within the program. Is there any other way? A*n*d*r*e*w