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