next up previous
Next: Das proc - Filesystem Up: Prozesse Previous: Generierung

Signale

Ausschnitt aus signal.h
#define SIGHUP           1
#define SIGINT           2
#define SIGQUIT          3
#define SIGILL           4
#define SIGFPE           8
#define SIGKILL          9
#define SIGUSR1         10
#define SIGSEGV         11
#define SIGUSR2         12
#define SIGPIPE         13
#define SIGALRM         14
#define SIGTERM         15
#define SIGCHLD         17
USER       PID %CPU %MEM  SIZE   RSS TTY STAT START   TIME COMMAND
daemon     167  0.0  0.0  1192     0  ?  SW   21:17   0:00 (portmap)
letho      220  0.0  0.0  2232     0   1 SW   21:17   0:00 (bash)
letho      248  0.0  0.0  1968     0   1 SW   21:21   0:00 (startx)
letho      249  0.0  0.0  2172     0   1 SW   21:21   0:00 (xinit)
letho      253  0.0  1.9  6128  1224   1 S    21:22   0:05 (kwm)
letho      268  0.0  0.0  5748     0   1 SW   21:22   0:00 (kaudioserver)
letho      269  0.0  0.7  5528   468   1 S    21:22   0:00 kwmsound 
letho      270  0.0  1.2  7272   784   1 S    21:22   0:01 kfm 
letho      271  0.0  1.4  5628   892   1 S    21:22   0:00 krootwm 
letho      272  0.0  1.9  6216  1260   1 S    21:22   0:06 kpanel 
letho      273  0.0  0.7  5712   496   1 S    21:22   0:00 kbgndwm 
letho      281  0.0  0.0  5776    48   1 S    21:22   0:00 maudio -media 0 
letho      292  0.0  0.0  2008     0   1 SW   21:22   0:00 (rxvt)
letho      293  0.0  1.3  6288   884   1 S    21:22   0:01 kpager -restore kpagerrc.1 
letho      295  0.0  0.0  2068     0   1 SW   21:22   0:01 (rxvt)
letho      296  0.0  0.6  2068   400   1 S    21:22   0:00 rxvt 
letho      299  0.0  1.0  2228   692  p2 S    21:22   0:00 bash 
letho      312  0.2  0.6  7520   420   1 S    21:24   0:23 emacs 
letho     1033  0.0  0.0  2076     0   1 SW   22:17   0:00 (rxvt)
letho     2407  0.0  0.8  2128   508   1 S    23:44   0:00 rxvt 
letho     2408  0.0  1.0  2224   656  p3 S    23:44   0:00 bash 
letho     2446  0.0  1.0  1300   664  p3 R    23:56   0:00 ps auxw 
root         1  0.0  0.0  1096    60  ?  S    21:17   0:03 init 
root         2  0.0  0.0     0     0  ?  SW   21:17   0:00 (kflushd)
root         3  0.0  0.0     0     0  ?  SW   21:17   0:00 (kpiod)
root         4  0.0  0.0     0     0  ?  SW   21:17   0:00 (kswapd)
root        13  0.0  0.0  1060    36  ?  S    21:17   0:00 update 
root       150  0.0  0.1  1428    72  ?  S    21:17   0:00 /sbin/syslogd 
root       152  0.0  0.0  1136     0  ?  SW   21:17   0:00 (klogd)
root       162  0.0  0.0  1172     0  ?  SW   21:17   0:00 (cardmgr)
root       181  0.0  0.0  1036     0  ?  SW   21:17   0:00 (sshd)
root       189  0.0  0.0  1080     0  ?  SW   21:17   0:01 (apmd)
root       195  0.0  0.0  1104    52  ?  S    21:17   0:00 /usr/sbin/gpm -m /dev/psaux -t ps2 
root       199  0.0  0.0  1384     0  ?  SW   21:17   0:00 (inetd)
root       204  0.0  0.1  1780    76  ?  S    21:17   0:00 /usr/sbin/rpc.nfsd 
root       207  0.0  0.1  1760    68  ?  S    21:17   0:00 /usr/sbin/rpc.mountd 
root       215  0.0  0.0  1060     0  ?  SW   21:17   0:00 (vmnet-bridge)
root       216  0.0  0.0  1080     0  ?  SW   21:17   0:00 (logger)
root       221  0.0  0.0  1224     0   2 SW   21:17   0:00 (getty)
root       250  1.5  2.8  8188  1804  ?  R    21:21   2:27 /usr/X11R6/bin/Xwrapper :0 
root       297  0.0  0.0  1452     0  p0 SW   21:22   0:00 (su)
root       298  0.0  0.0  2228     0  p1 SW   21:22   0:00 (bash)
root      1204  0.0  0.0  1080    36  p4 S    22:37   0:00 /sbin/slattach -p cslip -s 57600 /dev/ttyS0



1999-06-02