Chinaunix首页 | 论坛 | 博客
  • 博客访问: 112011
  • 博文数量: 73
  • 博客积分: 66
  • 博客等级: 民兵
  • 技术积分: 497
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-22 14:59
文章分类

全部博文(73)

文章存档

2015年(65)

2013年(5)

2012年(3)

我的朋友

发布时间:2015-02-11 15:50:17

od -c filename......【阅读全文】

阅读(728) | 评论(0) | 转发(0)

发布时间:2015-02-09 11:45:39

find . -type f -print | wc -lDisplays the total number of files in the current working directory and all of its subdirectories.http://linuxcommand.org/lc3_man_pages/wc1.html......【阅读全文】

阅读(511) | 评论(0) | 转发(0)

发布时间:2015-02-09 11:43:33

http://linuxcommand.org/lc3_lts0070.phpdu | sort -nrDisplays a list of directories and how much space they consume, sorted from the largest to the smallest.......【阅读全文】

阅读(508) | 评论(0) | 转发(0)

发布时间:2015-02-09 11:14:36

type ls......【阅读全文】

阅读(447) | 评论(0) | 转发(0)

发布时间:2015-02-03 14:03:20

dd if=/dev/zero of=./my-new-fs-imags bs=1k count=512创建大小为512k,内容全为零的文件......【阅读全文】

阅读(392) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册