Sunday, December 3, 2017

Command of the day - Linux

Ever wanted to know how much fish (disk space) the Penguin is gobbling up?

Well, use the following command to find out.

'df'

Simple?

It is a simple yet powerful little command.

At the terminal type in df and you will get an output which looks something like the one down below.












Did you say the robots have still not taken over?

If you wanted a human-readable format, issue the following command 'df -h'




A big shout out to the masters at Computer Hope UK and if you want to learn more head on over to Computer Hope.







No comments:

#PowerShell HELP

PowerShell has one of the best help database built in to it, well it still has a long way to go to catch up with the Linux Man pages but yo...