jorl17 wrote: > He meant to change the directory that wine uses for temporary files, not the prefix, I think. Correct - that's what I want to do. L. Rahyen wrote: > You can use ln to create a symbolic link, for example: > > rm -rf /home/username/.wine/drive_c/users/username/Temp > ln -s /tmp /home/username/.wine/drive_c/users/username/Temp And that did it! Thank you jorl17 and L.Rahyen! Temp files now go where I want. I appreciate the help!