How to add swap space in linux Besides the RAM there is a so called Swap, which is a virtual memory, where RAM content (pages) could be swapped-in in case there is not enough RAM available anymore. This swap is located on the disc and since disc reads and writes are slower than re...
Utilize thedfcommand accompanied by the-hflag in Linux to see the free disk space. Q. Can I check the disk space on a remote Linux server? You can check the disk space on a remote Linux server using the df command. Simply SSH into the remote server and run the df command as you ...
Overseeing disk space usage in most operating systems is simple, with just one tool to rule them all. Things aren’t so cut and dry in Linux, as there are four different terminal commands to guide and assist with this requirement. That’s not countingls, which is more commonly used to ...
It's not very common in Linux to handle filename with spaces but sometimes files copied or mounted from windows would end up with spaces. While it is not recommended to have file names with spaces, let discuss how to manage filename with spaces in a Linux system. We will cover how to ...
Low /boot space in Linux is typically mostly used by having multiple kernel versions installed concurrently, we can uninstall older kernel versions that are no longer required to clear up and reduce the disk space. The yum configuration can also be modified so that only a specified number of ...
Method 2: Check Disk Space via the du Command Theducommand displays disk usage for individual directories in Linux. Use it to display the amount of space used by the current directory: du Like thedfcommand,ducan be human-readable: du -h ...
You can use the df command on Linux and Unix operating systems to acquire a thorough report on the system’s disk space consumption.
If you want to learn more about setting up a ramdisk instead, see ourHow to Create a RAM Drive in Linuxguide. Your CurrenttmpfsSize Now that we havetmpfsspace better defined, let's take a look at the current size of yourtmpfsspace. You might think of thetmpfssystem like a virtual, te...
Free up space in /boot partition on Ubuntu (if your boot partition is running out of space) I’d advise you to carefully read through the solutions and follow the one best suited for your situation. It’s easy but you need to be cautious about performing some of these on your production...
How to Clean Up Disk Space in Linux Here are the steps to clean up disk space in Linux. You can use these steps on almost all distributions. 1. Delete Big files The most basic strategy is to identify and delete any unnecessary files that consume lot of space. Here is how to go about...