Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "operation not permitted"
- X-seq: zsh-users 24201
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Subject: Re: "operation not permitted"
- Date: Wed, 4 Sep 2019 11:57:40 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20190904105743euoutp029db9258382bb4b5ef164afed2dc04193~BNwpnmW0I1528415284euoutp02a
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1567594663; bh=ugtRC9BskI5NUCMJk+xuir6sfifHY76jhk08FLKyMvI=; h=Subject:From:To:Date:In-Reply-To:References:From; b=tI4XjDcxafUSCcM9WURvNzpWcE9ULzvUW8s6tpx8WNXi2m5vhUIEnQeiBMmeHf4X/ fqECGF9Tj1hWTGNwn9TihsfAdB5Ay4eQJPi3X+6QTulKMZSNpIQw3TR5ngQ3AQpOVR UIS7adg559sH69W1fxcyQGM+f/Ru64oGyOvgcdfg=
- In-reply-to: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20190904104432epcas3p2d0825a22892c5a329241cd63d2d78ee6@epcas3p2.samsung.com> <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
On Wed, 2019-09-04 at 06:42 -0400, TJ Luoma wrote:
> I just did a clean install of macOS 13 (High Sierra) and have
> encountered a few zsh shell scripts which say "operation not
> permitted" when I try to run them
>
> zsh: operation not permitted: register-fluid.sh
>
> but if I do this
>
> zsh =register-fluid.sh
>
> then it works fine.
What do
which register-fluid.sh
and
ls -l $(which register-fluid.sh)
say?
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author