Arvind wrote:
> su - $amavisuser /usr/sbin/amavisd >/dev/null 2>&1
>
>
> what does 2 > &1 mean here actually
this is called shell redirecting.
"2>&1" makes the shell redirect STDERR to STDOUT.
whcih is going to /dev/null
More clear would perhaps be
$ su - $amavisuser /usr/sbin/amavisd &> /dev/null
which directs ALL output to /dev/null
--
arc_of_descent
----------------------------------------------------------------------------
Bringing you mounds of caffeinated joy
>>> http://thinkgeek.com/sf <<<
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help