Is it possible to use chdir() or some other command to change the directory in a thread without affecting the cwd of the other threads ? I'm using pthread.h.
*I'm trying to write a server program that handles multiple client connections and requests. One of the available commands to the client is the 'cd' command.