On Fri, Dec 28, 2001 at 03:45:53PM +1100, Angus Lees wrote: > kill is built into bash.. > > "kill -INT 1" should be equivalent to ctrl-alt-del on the console, and > shouldn't actually need to spawn another process. >
That probably won't work since all that does is get init to run /sbin/shutdown -t1 -a -r now ie forking a new process. So who wins the prize Jeff? -- John Ferlito Senior Engineer Bulletproof Networks ph: +61 (0) 2 9663 9000 fax: +61 (0) 2 9662 4744 mob: +61 (0) 410 519 382 http://www.bulletproof.net.au/ This e-mail and any attachments are confidential and may be legally privileged. Only the intended recipient may access or use it and no confidentiality or privilege is waived or lost by mistaken transmission. If you are not the intended recipient you must not copy or disclose this email's contents to any person and you must delete it and notify us immediately. Bulletproof Networks uses virus scanning software but excludes all liability for viruses or similar in any attachment as well as for any error or incompleteness in the contents of this e-mail. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
