Screenshot Save Destination [duplicate]

Yes, you can change the default screenshot location with the following Terminal command where <path> is the location you want them to be saved:

defaults write com.apple.screencapture location <path>

Then relaunch SystemUIServer for it to take effect:

killall SystemUIServer