查看文件夹中各文件(夹)的大小

例如

du -h --max-depth=1 /usr/local/

应用:比如mysql 无法启动,提示:ERROR! Manager of pid-file quit without updating file ,大部分原因是磁盘满了,这时就可以用这个命令检查各个文件夹空间的使用情况了

  

最新文章

  1. The property on could not be set to a 'Int16' value.You must set this property to a non-null value of type ‘Int32’.”
  2. String 与StringBuffer的区别与使用
  3. Sort Transformed Array
  4. 使用socket.io开发简单群聊功能
  5. 「ruby/MiniMagick」用MiniMagick处理图片
  6. (三)stm32之串口通信DMA传输完成中断
  7. [Database]Operators
  8. 手机APP下单支付序列图
  9. this.button1.Click += new System.EventHandler(this.button1_Click);
  10. Using variables inside Postman and Collection Runner
  11. C#之UDP通信
  12. Mysql 导入CSV文件,中文内容乱码问题
  13. Linux安装NET CORE
  14. [日常] Go语言圣经--浮点数习题
  15. DataContract和DataMember的作用
  16. 使用filezilla连接树莓派失败
  17. 洛谷 U14475 部落冲突 【比赛】 【树链剖分 + 线段树】
  18. openAI最近推出了一个新的语言模型 "GPT-2"
  19. OC基础数据类型-NSArray
  20. NSDate常用的日期操作

热门文章

  1. KVO 开发详情
  2. 【算法】分块——教主的魔法&不勤劳的图书管理员
  3. [Leetcode] Remove duplicate from sorted list ii 从已排序的链表中删除重复结点
  4. 【Cf edu 30 B. Balanced Substring】
  5. 插头dp题表
  6. final变量属性小记
  7. vector 基础
  8. 阿里巴巴前端面试parseInt()函数的面试题
  9. Codeforces Round #525 (Div. 2)B. Ehab and subtraction
  10. POJ - 1017 贪心训练