摘要:
-v var=val --assign var=val Assign the value val to the variable var, before execution of the program begins. Suc... 阅读全文
posted @ 2014-09-09 16:44
zitong
阅读(3794)
评论(0)
推荐(0)
摘要:
[root@ma ~]# ps -eo pid,ucomm|head -3 PID COMMAND 1 init 2 kthreadd[root@ma ~]# ps axu|head -3USER PID %CPU %MEM VSZ RSS TTY S... 阅读全文
posted @ 2014-09-09 16:43
zitong
阅读(959)
评论(0)
推荐(0)
摘要:
pidof 服务名称,就可以查看到服务占用的进程号 阅读全文
posted @ 2014-09-09 16:39
zitong
阅读(154)
评论(0)
推荐(0)
摘要:
[root@ma ~]# vi test2#!/bin/bashi=9awk "BEGIN { for(i=1; i<=$i; i++) print i; }""test2" [New] 3L, 62C written[root@ma ~]# sh test2123456789 阅读全文
posted @ 2014-09-09 16:36
zitong
阅读(138)
评论(0)
推荐(0)
摘要:
UnsafeUserParameters=1 阅读全文
posted @ 2014-09-09 12:04
zitong
阅读(1778)
评论(0)
推荐(0)
摘要:
unsafeuserparameters=1 阅读全文
posted @ 2014-09-09 12:02
zitong
阅读(507)
评论(0)
推荐(0)