Unix Power Tools -book recommends to use the following command if you do not want to get any notification of running process
stty -topstop
or
stty -topstop
Both commands give me
stty: illegal option -- topstop
usage: stty [-a|-e|-g] [-f file] [options]
How can you use the command in OS/X's Zsh?