2009年10月14日 星期三
2009年10月6日 星期二
How to check folder size in linux - Linux Newbie
Ans: To calculate the total folder size of folder "bin"
$ du -sh bin/
280K bin/
-s, --summarize (display only a total for each argument)
-h, --human-readable ( print sizes in human readable format (e.g., 1K 234M 2G))
$ du -sh bin/
280K bin/
-s, --summarize (display only a total for each argument)
-h, --human-readable ( print sizes in human readable format (e.g., 1K 234M 2G))
2009年2月18日 星期三
Change own for Symbolic Link
訂閱:
文章 (Atom)