Re: Boot issue. INIT cannot execute etc/rc.d/sysinit

2001-01-21 Thread jcunning
The problem is probably that / is mounted read-only. Before running vi to edit the file you want to change, enter mount / -o remount,rw I've recently had to do this, and I was able to save a new file, even one without writeable permissions, by using the ":w!" command. Jim Cunning On S

Re: Silly grep problem within script

2001-01-18 Thread jcunning
Another more consistent way to exclude the grep line is to say: ps -ef | grep ntp[d] Jim Cunning On Thu, 18 Jan 2001, Justin Zygmont wrote: > just pipe it to the head command. > > > On Thu, 18 Jan 2001, Chuck Carson wrote: > > > > > > > I am trying to grep for a process as follows: > >