Metarecicle-me or kill -9 -1 – me

JURAMENTO DE HIPÂCRATES

” Eu juro, por Apolo, médico, por Esculápio, Higeia e Panacea, e tomo por testemunhas todos os deuses e todas as deusas, cumprir, segundo meu poder e minha razão, a promessa que se segue: estimar, tanto quanto a meus pais, aquele que me ensinou esta arte; fazer vida comum e, se necessário for, com ele partilhar meus bens; ter seus filhos por meus próprios irmãos; ensinar-lhes esta arte, se eles tiverem necessidade de aprendê-la, sem remuneração e nem compromisso escrito; fazer participar dos preceitos, das lições e de todo o resto do ensino, meus filhos, os de meu mestre e os discí­pulos inscritos segundo os regulamentos da profissão, porém, só a estes.

Aplicarei os regimes para o bem do doente segundo o meu poder e entendimento, nunca para causar dano ou mal a alguém. A ninguém darei por comprazer, nem remédio mortal nem um conselho que induza a perda. Do mesmo modo não darei a nenhuma mulher uma substância abortiva.

Conservarei imaculada minha vida e minha arte.

Não praticarei a talha, mesmo sobre um calculoso confirmado; deixarei essa operação aos práticos que disso cuidam.

Em toda a casa, aí­ entrarei para o bem dos doentes, mantendo-me longe de todo o dano voluntário e de toda a sedução sobretudo longe dos prazeres do amor, com as mulheres ou com os homens livres ou escravizados.

àquilo que no exercí­cio ou fora do exercí­cio da profissão e no conví­vio da sociedade, eu tiver visto ou ouvido, que não seja preciso divulgar, eu conservarei inteiramente secreto.

Se eu cumprir este juramento com fidelidade, que me seja dado gozar felizmente da vida e da minha profissão, honrado para sempre entre os homens; se eu dele me afastar ou infringir, o contrário aconteça.”
Hipócrates

2 comments

  1. KILL(1) Linux Programmer’s Manual KILL(1)

    NAME
    kill(1,2,1 builtins) – terminate a process

    SYNOPSIS
    kill(1,2,1 builtins) [ -s signal(2,7) | -p ] [ -a ] [ — ] pid …
    kill(1,2,1 builtins) -l [ signal(2,7) ]

    DESCRIPTION
    The command kill(1,2,1 builtins) sends the specified signal(2,7) to the specified process or
    process group. If no signal(2,7) is specified, the TERM signal(2,7) is sent.
    The TERM signal(2,7) will kill(1,2,1 builtins) processes which do not catch this signal.
    For other processes, it may be necessary to use the KILL (9) signal(2,7),
    since this signal(2,7) cannot be caught.

    Most modern shells have a builtin kill(1,2,1 builtins) function, with a usage rather
    similar to that of the command described here. The `-a’ and `-p’
    options, and the possibility to specify pids by command name is a local
    extension.

    OPTIONS
    pid… Specify the list of processes that kill(1,2,1 builtins) should signal. Each pid
    can be one of five things:

    n where n is larger than 0. The process with pid n will be
    signaled.

    0 All processes in(1,8) the current process group are signaled.

    -1 All processes with pid larger than 1 will be signaled.

    -n where n is larger than 1. All processes in(1,8) process group
    n are signaled. When an argument of the form `-n’ is
    given, and it is meant to denote a process group, either
    the signal(2,7) must be specified first, or the argument must
    be preceded by a `–‘ option, otherwise it will be taken
    as the signal(2,7) to send.

    commandname
    All processes invoked using that name will be signaled.

    -s signal(2,7)
    Specify the signal(2,7) to send. The signal(2,7) may be given as a signal(2,7)
    name or number.

    -l Print a list of signal(2,7) names. These are found in(1,8)
    /usr/include/linux/signal.h

    -a Do not restrict the commandname-to-pid conversion to processes
    with the same uid as the present process.

    -p Specify that kill(1,2,1 builtins) should only print the process id (pid) of the
    named(5,8) processes, and not send(2,n) any signals.

    SEE ALSO
    bash(1), tcsh(1), kill(1,2,1 builtins)(2), sigvec(2), signal(2,7)(7)

    AUTHOR
    Taken from BSD 4.4. The ability to translate process names to process
    ids was added by Salvatore Valente .

    Linux Utilities 14 October 1994 KILL(1)

Deixe uma resposta

O seu endereço de e-mail não será publicado.