[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

Re: [Ayuda] pregunta



<html><div style='background-color:'><DIV>
<P>HOLA.</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SALUDOS A TODOS,MUCHAS GRACIAS POR SU AYUDA,FUE DE MUCHA UTILIDAD Y RESOLVIO MI PROBLEMA,OTRA VEZ,MUCHAS GRACIAS.</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HASTA PRONTO.<BR><BR></P></DIV>
<DIV></DIV><BR><BR><BR>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV><IMG height=1 src="http://ad2.visualrevolutions.com/artu/advr.cgi"; width=1 border=0 1><BR>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>&gt;From: Carlos Castaños <TIOFLACO en FISICA UNAM MX>
<DIV></DIV>&gt;To: "ROLANDO HERMIDA." <ROLARHERHER en HOTMAIL COM>, ayuda en linux org mx 
<DIV></DIV>&gt;Subject: Re: [Ayuda] pregunta 
<DIV></DIV>&gt;Date: Wed, 29 May 2002 16:46:08 -0500 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;"ROLANDO HERMIDA." escribió: 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; &gt; SALUDOS: EN KILL-9 ¿QUE SIGNIFICA EL 
<DIV></DIV>&gt; &gt; 9? 
<DIV></DIV>&gt; &gt; GRACIAS. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;NAME 
<DIV></DIV>&gt; kill - terminate a process 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;SYNOPSIS 
<DIV></DIV>&gt; kill [ -s signal | -p ] [ -a ] [ -- ] pid ... 
<DIV></DIV>&gt; kill -l [ signal ] 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;DESCRIPTION 
<DIV></DIV>&gt; The command kill sends the specified signal to the speci&shy; 
<DIV></DIV>&gt; fied process or process group. If no signal is specified, 
<DIV></DIV>&gt; the TERM signal is sent. The TERM signal will kill pro&shy; 
<DIV></DIV>&gt; cesses which do not catch this signal. For other pro&shy; 
<DIV></DIV>&gt; cesses, it may be necessary to use the KILL (9) signal, 
<DIV></DIV>&gt; since this signal cannot be caught. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; Most modern shells have a builtin kill function, with a 
<DIV></DIV>&gt; usage rather similar to that of the command described 
<DIV></DIV>&gt; here. The `-a' and `-p' options, and the possibility to 
<DIV></DIV>&gt; specify pids by command name is a local extension. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;OPTIONS 
<DIV></DIV>&gt; pid... Specify the list of processes that kill should sig&shy; 
<DIV></DIV>&gt; nal. Each pid can be one of five things: 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; n where n is larger than 0. The process with 
<DIV></DIV>&gt; pid n will be signaled. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; 0 All processes in the current process group 
<DIV></DIV>&gt; are signaled. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -1 All processes with pid larger than 1 will be 
<DIV></DIV>&gt; signaled. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -n where n is larger than 1. All processes in 
<DIV></DIV>&gt; process group n are signaled. When an argu&shy; 
<DIV></DIV>&gt; ment of the form `-n' is given, and it is 
<DIV></DIV>&gt; meant to denote a process group, either the 
<DIV></DIV>&gt; signal must be specified first, or the argu&shy; 
<DIV></DIV>&gt; ment must be preceded by a `--' option, oth&shy; 
<DIV></DIV>&gt; erwise it will be taken as the signal to 
<DIV></DIV>&gt; send. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; commandname 
<DIV></DIV>&gt; All processes invoked using that name will 
<DIV></DIV>&gt; be signaled. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -s signal 
<DIV></DIV>&gt; Specify the signal to send. The signal may be 
<DIV></DIV>&gt; given as a signal name or number. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -l Print a list of signal names. These are found in 
<DIV></DIV>&gt; /usr/include/linux/signal.h 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -a Do not restrict the commandname-to-pid conversion 
<DIV></DIV>&gt; to processes with the same uid as the present pro&shy; 
<DIV></DIV>&gt; cess. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; -p Specify that kill should only print the process id 
<DIV></DIV>&gt; (pid) of the named processes, and not send any sig&shy; 
<DIV></DIV>&gt; nals. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;SEE ALSO 
<DIV></DIV>&gt; bash(1), tcsh(1), kill(2), sigvec(2), signal(7) 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;AUTHOR 
<DIV></DIV>&gt; Taken from BSD 4.4. The ability to translate process 
<DIV></DIV>&gt; names to process ids was added by Salvatore Valente <SVA­ DIV <>&gt; lente en mit edu&gt;. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;Linux Utilities 14 October 1994 KILL(1) 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;Saludos 
<DIV></DIV></div><br clear=all><hr>Hable con sus amigos en línea, pruebe MSN Messenger: <a href='http://g.msn.com/1HM307001/37'>Haga clic aquí</a><br></html>
_______________________________________________
Ayuda mailing list
Ayuda en linux org mx
Para salir de la lista: http://mail.linux.org.mx/mailman/listinfo/ayuda/



[Hilos de Discusión] [Fecha] [Tema] [Autor]