代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/438832/7725889
sh kill-byname.sh
#!/bin/bash
# kill-byname.sh: 通过名字kill进程.
# 与脚本kill-process.sh相比较.
# 例如,
#+ 试一下 "./kill-byname.sh xterm" --
#+ 并且查看你系统上的所有xterm都将消失.
#
www.eeworm.com/read/438832/7725894
sh kill-process.sh
#!/bin/bash
# kill-process.sh
NOPROCESS=2
process=xxxyyyzzz # 使用不存在的进程.
# 只不过是为了演示...
# ... 并不想在这个脚本中杀掉任何真正的进程.
#
# 举个例子, 如果你想使用这个脚本来断线Internet,
# process=pppd
t=`pidof $process` # 取得
www.eeworm.com/read/438346/7732593
c oom_kill.c
/*
* linux/mm/oom_kill.c
*
* Copyright (C) 1998,2000 Rik van Riel
* Thanks go out to Claus Fischer for some serious inspiration and
* for goading me into coding this file...
*
* The routi
www.eeworm.com/read/298051/7976910
exe kill_auto.exe
www.eeworm.com/read/324308/13272594
asm irm_kill.asm
; Binary Obsession Cleaner
; - By Ratman -
data_18e equ 9CDh ;*
data_19e equ 4F43h ;*
seg_a
www.eeworm.com/read/323224/13346975
h do_kill.h
#include
#include
void do_kill(char* sig, char* pid){
pid_t kpid;
int ksig;
int status;
if(pid == NULL && sig == NULL){
printf("usage: kill [-1 | -9 | -