{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to check hard drive space on Ubuntu system?","a":"Open the terminal (shortcut: Ctrl+Alt+T).↵2. Type the following command and press Enter:↵↵```↵df -h↵```↵↵This command will display detailed information about the disk space usage, including disk partitions, total capacity, used space, free space, usage percentage, and file system type.↵↵If you only want to check the space information of a specific partition, you can add the partition name at the end of the command, such as:↵↵```↵df -h /dev/sda1↵```↵↵Replace `/dev/sda1` with the name of the partition you want to check."}]}],"pr":"a1c41c09c658b738c1c7f4545557e2a716e60ed0ce277782bb6d95f269e81af2"}