Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Bash script doesn't see SIGHUP? – unix.stackexchange.com

I've got the following script: #!/bin/bash Echo "We are $$" trap "echo HUP" Sighup cat # wait indefinitely When I send SIGHUP (using kill -HUP pid), nothing happens. If I change the Script ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot



This post first appeared on ONLINE WEB TRICKS, please read the originial post: here

Share the post

Bash script doesn't see SIGHUP? – unix.stackexchange.com

×

Subscribe to Online Web Tricks

Get updates delivered right to your inbox!

Thank you for your subscription

×