To display the disk space usage for your drives in Linux, you are able to use the df command. By default, it will show the usage of all the mounted [ … ]
Tag: df
Configure history to show the time and date
Normally by default, your history will show just the number of the command that was run and the command. [email protected] [~]# history | head 10 top 11 df -h 12 [ … ]