Linux迷,Python粉
人生苦短,我用Python 新博客https://blog.pythonwood.com 问题小站https://qa.1r1g.com 智问智答https://qa.1r1g.cn
摘要: 通过du(find) 与 cat 体现buffer与cache差异实验:实验表明:1 通常 buffer << cache2 "文件系统"相关内容(inode等)缓存在buffer,"文件系统"无关的(即文件内容)缓存在cache同:目的:提高linux的IO效率属性:对程序是透明的 (everyt... 阅读全文
posted @ 2015-02-04 15:09 月冷风和霜 阅读(580) 评论(0) 推荐(0) 编辑

智问智答 https://qa.1r1g.cn 问题小站 https://qa.1r1g.com