Thursday, September 11, 2014

Linux Tips: Frequently used Unix commands


Some Unix commands and their usage which are being frequently used are listed in this post

df -h

Lists the free space data for the mount points in a human readable format.

Eg. 50G is 50 Gigabytes
      2T is 2 Terabytes

df -k

Lists the free space data in Kilo bytes format

To understand more about the df command, use df --help.

No comments:

Post a Comment