会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
05 2018 档案
linux查看文件大小
摘要:du -sh : 查看当前目录总共占的容量。而不单独列出各子项占用的容量 du -lh --max-depth=1 : 查看当前目录下一级子文件和子目录占用的磁盘容量。
阅读全文
posted @
2018-05-15 21:10
BlueOceans
阅读(205)
评论(0)
推荐(0)
Linux合并两个文件夹内容
摘要:cp -rap [src] [dst]
阅读全文
posted @
2018-05-15 21:09
BlueOceans
阅读(5180)
评论(0)
推荐(0)
Linux压缩和解压命令
摘要:zip命令: 压缩 :zip -r files.zip fileFolder 解压:unzip files.zip tar命令: 压缩:tar -cvf files.tar fileFolder 解压:tar -xvf files.tar
阅读全文
posted @
2018-05-15 20:32
BlueOceans
阅读(162)
评论(0)
推荐(0)
公告