From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5431 invoked from network); 22 May 2002 12:19:07 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 May 2002 12:19:07 -0000 Received: (qmail 5489 invoked by alias); 22 May 2002 12:18:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4979 Received: (qmail 5478 invoked from network); 22 May 2002 12:18:40 -0000 X-Sent: 22 May 2002 12:18:12 GMT Message-ID: <04e501c2018a$5083e150$66340a0a@livetech001.com> From: "Warrick FitzGerald" To: Subject: Permission denied ? Date: Wed, 22 May 2002 08:15:07 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_04E2_01C20168.C8EBD340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 This is a multi-part message in MIME format. ------=_NextPart_000_04E2_01C20168.C8EBD340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, Bit of a Linux newbie, and am trying zsh. Howver every time I try the = "dirs -v" option and the use "~[number here]" to switch to that dir I = get a permission denied message. Any ideas ? Thanks Warrick ------=_NextPart_000_04E2_01C20168.C8EBD340 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
 
Bit of a Linux newbie, and am trying = zsh. Howver=20 every time I try the "dirs -v" option and the use "~[number here]" to = switch to=20 that dir I get a permission denied message. Any ideas ?
 
Thanks
Warrick
------=_NextPart_000_04E2_01C20168.C8EBD340-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7865 invoked from network); 22 May 2002 15:19:38 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (@203.24.36.3) by ns1.primenet.com.au with SMTP; 22 May 2002 15:19:38 -0000 Received: (qmail 8828 invoked from network); 22 May 2002 15:19:36 -0000 Received: from sunsite.dk (130.225.247.90) by proxy.melb.primenet.com.au with SMTP; 22 May 2002 15:19:36 -0000 Received: (qmail 15681 invoked by alias); 22 May 2002 15:18:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4980 Received: (qmail 15670 invoked from network); 22 May 2002 15:18:15 -0000 From: "Bart Schaefer" Message-Id: <1020522151757.ZM26931@candle.brasslantern.com> Date: Wed, 22 May 2002 15:17:57 +0000 In-Reply-To: <04e501c2018a$5083e150$66340a0a@livetech001.com> Comments: In reply to "Warrick FitzGerald" "Permission denied ?" (May 22, 8:15am) References: <04e501c2018a$5083e150$66340a0a@livetech001.com> X-Mailer: Z-Mail (5.0.0 30July97) To: "Warrick FitzGerald" , Subject: Re: Permission denied ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 22, 8:15am, Warrick FitzGerald wrote: } } Bit of a Linux newbie, and am trying zsh. Howver every time I try the } "dirs -v" option and the use "~[number here]" to switch to that dir I } get a permission denied message. Any ideas ? It's not entirely clear what you mean by "use" there, but my guess is that you need to `setopt auto_cd' and possibly also `setopt auto_pushd' in order to get the behavior you're expecting. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net