How to Move a TMP on Linux
Linux systems store temporary files in the TMP directory and delete them when no longer needed. If you want to move them, you can do so by using the graphical user interface to move most of them to a different location. However, some folders and files are locked and you need root access to move the files. You need to use the Terminal for this.
Instructions
-
-
1
Open Terminal. If you use Fedora or another Red Hat based distribution type "su -," and press "Enter," then type your password, and press "Enter."
-
2
Change to the directory that contains the TMP file to move. The exact location is different for different distributions. However the command is "cd /path/TMP," replacing "path" with the actual path to the folder.
-
-
3
Type "sudo mv filename.ext path". Replace "filename.ext" with the actual file name and extension. Replace "path" with the path to the directory to which you want to move the TMP file, then press "Enter." Type your password, and press "Enter." This is for Debian-based distributions such as Ubuntu and Mint. For Red Hat based distributions, just type "mv filename.ext path," and press "Enter."
-
1
Tips & Warnings
If your distribution uses a different command for root access, use that.