This commit is contained in:
16
MacBook/Mac删除权限被锁定的应用.md
Normal file
16
MacBook/Mac删除权限被锁定的应用.md
Normal file
@@ -0,0 +1,16 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Mac删除权限被锁定的应用
|
||||
|
||||
打开终端,输入命令后将应用拖拽到终端
|
||||
|
||||
```bash
|
||||
sudo rm -rf [应用路径]
|
||||
```
|
||||
|
||||
> 如果报错:Operation not permitted 则执行下一步命令,后再次执行删除命令
|
||||
|
||||
```bash
|
||||
sudo /usr/bin/chflags -R noschg [应用路径]
|
||||
```
|
||||
|
Reference in New Issue
Block a user