On Mon, Dec 07, 1998 at 02:53:08PM -0500, AJ wrote:
> you guys have been a lot of help but how would i go about symlinking these? 
> im not
> 
> > Marco Frattola writes:
> > > wouldn't it be possibile to make a bunch of files, called
> > > /etc/resolv.cont.isp1
> > > /etc/resolv.cont.isp2
> > > ..
> > > /etc/resolv.cont.ispN
> > > and symlink one of them to /etc/resolv.conf when a call is made to the isp

ln -sf /etc/resolv.conf.isp1 /etc/resolv.conf

The -s makes it symbolic, -f makes sure it overrides the previous
symlink.

-- 
-----    -- - -------- --------- ----  -------  -----  - - ---   --------
Ben Collins <[EMAIL PROTECTED]>                  Debian GNU/Linux
UnixGroup Admin - Jordan Systems Inc.                 [EMAIL PROTECTED]
------ -- ----- - - -------   ------- -- The Choice of the GNU Generation

Reply via email to