Show directories by size Linux (CentOS) command
Show directories by size: du -sk * | sort +0nr
Show directories by size: du -sk * | sort +0nr
Below is a list of common commands in CentOS that I tend to forget:
Say, you want to use a “service” or “ifconfig” commands under CentOS but running them in the terminal results in “command not found”.