> root preexec = /bin/mount /bigdisk 2>&1 >> /tmp/bigdisk-mount.log

I've usually put 2>&1 *after* the output file name, eg:
  command >> logfile 2>&1

Is there some difference either way?

Regards,
Bernie.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to