About 92,900 results
Open links in new tab
  1. How to clean /tmp? - Ask Ubuntu

    Nov 21, 2013 · 6 The directory /tmp means temporary. This directory stores temporary data. You don't need to delete anything from it, the data contained in it gets deleted automatically after every reboot. …

  2. How can I delete Ubuntu temp files which are created during software ...

    Jun 11, 2015 · I would try to clean the repository of downloaded packages. Either of these commands (see man apt-get). apt-get autoclean apt-get clean If you don't have /tmp on tmpfs, you may want to …

  3. command line - How to clean /var/cache? - Ask Ubuntu

    18 The most powerful of all commands to clean the cache for command line users is of course sudo apt clean Which will also delete all the cached files.

  4. hard drive - How to clean up unnecessary files - Ask Ubuntu

    Sep 13, 2012 · How to clean up unnecessary files Ask Question Asked 13 years, 3 months ago Modified 5 years, 5 months ago

  5. 12.04 - How to remove temp files with a command other then "apt-get ...

    18 Try the below command to remove temp files, sudo rm -rf /tmp/* apt-get autoremove will remove automatically all unused packages.

  6. filesystem - How is the /tmp directory cleaned up? - Ask Ubuntu

    Jan 9, 2011 · So systemd-tmpfiles-clean runs once per day, and systemd-tmpfiles-setup runs once per boot. The files it cleans can be extended using /etc/tmpfiles.d (mentioned in another answer). It's …

  7. Cleaning Ubuntu temporary files if they exist

    Dec 25, 2013 · Linux distributions usually store their temporary files in /tmp. Ubuntu does so too, so the temporary files are in /tmp, but there is no need to empty them manually, because it is emptied on …

  8. Ubuntu remote server: automatically clean up temporary files

    May 5, 2020 · 2 I have the following issue: I am using a remote Ubuntu server to run applications / scripts which generate many temp files. They are deleted only when I reboot the system which is not …

  9. server - Clean up files after a process dies - Ask Ubuntu

    For various reasons, I want to clean up these tmp files asap after the process dies, preferably instantly. The problem is that in many cases, the proc are terminated irregularly; hence the process itself …

  10. disk usage - What is `sudo apt-get clean`? - Ask Ubuntu

    Mar 20, 2017 · Closed 5 years ago. When I get the message for a Software Update and click to install I get a message "Insufficienct space" telling me to empty trash and remove temporary files using sudo …