Desk Space Debugging
Check Disk Space
Ensure that there is enough free disk space on the system. You can check disk space using the df
command:
Check for Large Files or Directories
Run the following command to find large files and directories on the root filesystem:
Check directory sizes inside a specific path
Run the following command to find large files and directories on the specified directory:
check file sizes and sort by size
Removing a directory and it's content
Last updated