Chinaunix首页 | 论坛 | 博客
  • 博客访问: 322822
  • 博文数量: 23
  • 博客积分: 3071
  • 博客等级: 中校
  • 技术积分: 485
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-18 20:03
文章分类

全部博文(23)

文章存档

2012年(1)

2010年(9)

2009年(5)

2008年(8)

我的朋友

分类: LINUX

2009-05-26 17:12:48

N1: watch date
     watch -n 1 w //-d:--differences flag will highlight...
     --- Procps - The / proc file system utilities.
     Ex: watch -n 1 "ifconfig eth0 | grep bytes"
    
N2:  find -type f -exec rm -i {} \;
     find -type f -ok rm {} \;    
     find -type f | xargs rm -rf

N5:  Kernel
     #getconf GNU_LIBPTHREAD_VERSION
     #--NPTL 2.8.90(http://linuxdevices.com/articles/AT6753699732.html)
     #cat /proc/sys/kernel/threads-max  //  linuxthreads
阅读(703) | 评论(0) | 转发(0) |
0

上一篇:改变ubuntu运行级别

下一篇:I'M BACK

给主人留下些什么吧!~~