Disk management-related commands
df Show information about the file system on which each FILE resides, or all file systems by default.
Tips: If the / partition or /home partition is full, the system will not be able to use properly; We recommend storing the experimental data in the /data directory, not in the /home directory.
du Summarize disk usage of each FILE, recursively for directories.
lsblk lsblk lists information about all available or the specified block devices. The lsblk command reads the sysfs filesystem to gather information.