What's wrong with:
kill -HUP `cat /var/run/mountd.pid`
In POSIX, that's `kill -s HUP ...'. B-)
so how about making a command that does this (as a script) ? it's
much nicer to say "exportfs -a" than the above, and more people are
likely to understand it.
.mrg.