摘要:
-v var=val --assign var=val Assign the value val to the variable var, before execution of the program begins. Suc... 阅读全文
摘要:
[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... 阅读全文
摘要:
pidof 服务名称,就可以查看到服务占用的进程号 阅读全文
摘要:
[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 阅读全文
摘要:
UnsafeUserParameters=1 阅读全文
摘要:
unsafeuserparameters=1 阅读全文