j
k
j a
j l
On 10/10/2007, Jonathan McDowell noodles@earth.li wrote:
Try: mount -a > /dev/null 2> /dev/null The > redirects standard output, the 2> redirects standard error, which is probably where your errors are going to.
Try:
mount -a > /dev/null 2> /dev/null
The > redirects standard output, the 2> redirects standard error, which is probably where your errors are going to.
Lovely, thanks.
I'll try this.
Jenny
Back to the thread
Back to the list