Not enough disk space

Should you ever see these types of message, there are several 'must-know' unix commands that can be used in order to start investigating.

1. du | sort -n : lists all file usage from smallest to largest.
2. df -k -b : see how much allocation is used in the directory.


For more help, go to links below:-

1. An IT-admin guide to clearing up disk space
2. df unix command definitions and usage
3. du unix command definitions and usage

Comments

Popular posts from this blog

How to use diff in UNIX

HIVE: Both Left and Right Aliases Encountered in Join

Splitting value in Netezza using array_split