DISQUS

Tech-Recipes: Solaris: disk usage of all users on a filesystem | Solaris system administration | Tech-Recipes

  • flexinfo · 11 months ago
    I have never used this command in all my 10 years and I am happy I have found it:

    my commonly used command is normally:

    # du -ks * | sort +0rn | more ; which takes ages!

    Thanks again!