funit-procmask (8) - Linux Manuals
funit-procmask: test the processes signal mask for the presence (or absence) of a list if signals
NAME
funit-procmask - test the processes signal mask for the presence (or absence) of a list if signals
SYNOPSIS
- funit-procmask [-y] [-n] signal-number...
DESCRIPTION
-y
- Test in the affermative, only exit successfully when all the signals are present.
-n
- Test in the negative, only exit successfully when all the signals are absent.
This program is used by funit(8), as part of Frysk's testsuite.
EXAMPLE
Test if SIGUSR1 (1) is absent from the default signal mask.
-
/usr/lib/frysk/funit-procmask -n 1
BUGS
Report bugs to m[blue]http:/sources.redhat.com/fryskm[]