UNIX Command Example: du - Display Disk Usage Information
Logon to UNIX command prompt then copy & past the bellow code to get some result:
du du -k | sort -n | tail
Here "du" is the command to Display Disk Usage Information. "du -k | sort -n | tail" Display Disk Usage Information, sort the result & show last 10 directories. If everything went well we should get some interesting result as follows:

No comments:
Post a Comment
leave your comments here..