当前位置:网站首页>unable to execute xxx. SH: operation not permitted
unable to execute xxx. SH: operation not permitted
2022-07-02 04:17:00 【Mingmingruyue senior】
One 、 background
Previously created locally shell Script , stay iterm in cd Go to the directory , Can pass ./xxx.sh
The way to execute .
Today, I suddenly found the following error :
unable to execute xxx.sh : Operation not permitted
perhaps
-bash: ./xxx.sh: /usr/bin/env: bad interpreter: Operation not permitted
Recently upgraded the system to Monterey edition , The suspicion has something to do with the system upgrade .
Two 、 Analysis methods
ls -l
View permissions
It is found that you have execution permission
Use ls [email protected]
To view additional properties
Search several attributes inside and find some clues
The apple system has one GateKeeper protection mechanism ( since OSX 10.5 Join in ). Files downloaded from the Internet , Will be automatically marked com.apple.quarantine sign , Immune isolation , The system limits the file according to this additional attribute .
3、 ... and 、 terms of settlement
sudo xattr -r -d com.apple.quarantine + Directory path
Enter the system password .
After setting up perform ./test.sh
It's found to work properly
It's not easy to create , If this article helps you , Welcome to thumb up 、 Collection and attention , Your support and encouragement , It's the biggest driving force of my creation .
边栏推荐
- [source code analysis] NVIDIA hugectr, GPU version parameter server - (1)
- Actual combat | use composite material 3 in application
- Fingertips life Chapter 4 modules and packages
- Wechat applet JWT login issue token
- Li Kou interview question 02.08 Loop detection
- Mysql中常见的锁
- "No war on the Western Front" we just began to love life, but we had to shoot at everything
- 【提高课】ST表解决区间最值问题【2】
- [live broadcast review] the first 8 live broadcasts of battle code Pioneer have come to a perfect end. Please look forward to the next one!
- 蓝湖的安装及使用
猜你喜欢
WPViewPDF Delphi 和 .NET 的 PDF 查看组件
整理了一份ECS夏日省钱秘籍,这次@老用户快来领走
Typescript practice for SAP ui5
深圳打造全球“鸿蒙欧拉之城”将加快培育生态,优秀项目最高资助 1000 万元
Microsoft Research Institute's new book "Fundamentals of data science", 479 Pages pdf
Spring moves are coming. Watch the gods fight
Qt插件之Qt Designer插件实现
Dare to go out for an interview without learning some distributed technology?
[C language] Dynamic Planning --- from entry to standing up
[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)
随机推荐
[C language] basic learning notes
[live broadcast review] the first 8 live broadcasts of battle code Pioneer have come to a perfect end. Please look forward to the next one!
66.qt quick-qml自定义日历组件(支持竖屏和横屏)
SQL: common SQL commands
Federal learning: dividing non IID samples according to Dirichlet distribution
Fingertips life Chapter 4 modules and packages
Suggestions on settlement solution of u standard contract position explosion
Pandora IOT development board learning (RT thread) - Experiment 1 LED flashing experiment (learning notes)
LxC limits the number of CPUs
Spring recruitment of Internet enterprises: Kwai meituan has expanded the most, and the annual salary of technical posts is up to nearly 400000
Where can I buy cancer insurance? Which product is better?
Pytorch---使用Pytorch实现U-Net进行语义分割
go 包的使用
Pytorch---使用Pytorch进行图像定位
Yolov5网络修改教程(将backbone修改为EfficientNet、MobileNet3、RegNet等)
WPViewPDF Delphi 和 .NET 的 PDF 查看组件
What is 5g industrial wireless gateway? What functions can 5g industrial wireless gateway achieve?
Li Kou interview question 02.08 Loop detection
Play with concurrency: what's the use of interruptedexception?
C language: examples of logical operation and judgment selection structure