From: LVU <lvu@smap.gov.ua> To: ALT Linux Community <community@lists.altlinux.org> Subject: Re: [Comm] Ctrl+C и SIGINT Date: Thu, 09 Nov 2006 14:39:51 +0200 Message-ID: <45532197.1010908@smap.gov.ua> (raw) In-Reply-To: <45531CD1.1040309@stc.donpac.ru> Здравствуйте! Eugene Prokopiev wrote: > Есть скрипт следующего вида: > > # cat /usr/bin/myservice > > #!/bin/sh > sleep 1000000 > > Если запустить его, в ps ax появятся процессы: > > 14032 pts/0 S+ 0:00 /bin/sh /usr/bin/myservice > 14033 pts/0 S+ 0:00 sleep 1000000 > > Если нажать Ctrl+C, они исчезнут > > Теперь совершенно глупый вопрос: как сделать то же самое с помощью kill? > Делаю так: [skip] > 14036 pts/0 S+ 0:00 /bin/sh /usr/bin/myservice > 14037 pts/0 S+ 0:00 sleep 1000000 [skip] > # kill -INT 14036 [skip] > # kill 14036 [skip] > Что я делаю неправильно? Убивать надо не 14306, а 14307, именно ему посылается сигнал по Ctrl+C. Если же хочется, чтобы можно было убивать по pid'у родителя, то в родителе должен быть обработчик соотв. сигнала, который рассылает этот сигнал всем процессам группы (-pid). Желательно самому при этом посланный сигнал проигнорировать, иначе зациклитесь :) With best regards, LVU.
next prev parent reply other threads:[~2006-11-09 12:39 UTC|newest] Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-11-09 12:19 Eugene Prokopiev 2006-11-09 12:23 ` Maxim Tyurin 2006-11-10 9:07 ` Eugene Prokopiev 2006-11-10 15:04 ` Maxim Tyurin 2006-11-12 15:49 ` Eugene Prokopiev 2006-11-09 12:39 ` LVU [this message] 2006-11-10 9:05 ` Eugene Prokopiev 2006-11-10 9:34 ` LVU 2006-11-10 9:39 ` LVU 2006-11-12 15:54 ` Eugene Prokopiev 2006-11-12 16:17 ` Michael Shigorin 2006-11-13 6:30 ` Eugene Prokopiev 2006-11-13 8:36 ` Michael Shigorin 2006-11-13 11:40 ` Eugene Prokopiev 2006-11-13 15:48 ` Michael Shigorin 2006-11-13 10:36 ` [Comm] java Dmitry V. Levin 2006-11-13 11:55 ` Eugene Prokopiev 2006-11-13 16:56 ` Dmitry V. Levin 2006-11-14 6:58 ` Eugene Prokopiev 2006-11-09 14:28 ` [Comm] Ctrl+C и SIGINT Maksim Otstavnov 2006-11-10 9:12 ` Eugene Prokopiev
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=45532197.1010908@smap.gov.ua \ --to=lvu@smap.gov.ua \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git