[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ftp problem
- Subject: Re: [cobalt-users] ftp problem
- From: Tim Dunn <tdunn@xxxxxxxxxxxxxxxxxxx>
- Date: Fri Aug 9 06:18:37 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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.