Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 07:42:35 +0100
From:      Cliff Sarginson <cliff@raggedclown.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: unix question
Message-ID:  <20011113074235.B1516@raggedclown.net>
In-Reply-To: <200111130540.fAD5eWp01175@home.com>
References:  <000801c16beb$d54a7dc0$d9c89d18@mtki1.on.home.com> <200111130540.fAD5eWp01175@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 12, 2001 at 11:40:32PM -0600, mcbrune wrote:
> You can type "sh shell.sh" to execute the script.
> 
> You will need read access to execute the script if the execute bit is turned off.
> 
> Corey
> 
Way 2. You can source it with a ".", this runs it inline in the current shell.
e.g.

. shell-script

No you cannot execute it without read permission.

-- 
Regards
Cliff



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011113074235.B1516>