[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ftp problem



> On Friday 09 August 2002 03:37 am, Jeff Lasman wrote:
> > Jeremy Glick wrote:

> > # /etc/rc.d/init.d/network stop
> > # /etc/rc.d/init.d/network start

You could always let the shell do it for you:

# /etc/rc.d/init.d/network stop; sleep 5; /etc/rc.d/init.d/network start

If you wanted to be sure, you could put that whole command in () (subshell)
and redirect the output to a file for your later examination.

tim

-- 
Sysadmin Rule #14: If it's not on fire, it's a software issue.