#LL #Blog
The #Blog# starts from here
Wednesday, November 16, 2016
Ubuntu File Finders
To find the Disk Usage:
#> sudo du -sx /* 2> /dev/null | sort -n
To deep dive
#> sudo du -sx /var/* 2> /dev/null | sort -n
To find files bigger than something
#> sudo find / -size +10M -ls
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment