在MAC下安裝了iotop,在啓動的時候報了一個錯:app
system integrity protection is on, some features will not be availableide
網上查了下,是由於Mac啓用了SIP策略,那該如何關掉SIP呢?測試
1.首先查看sip狀態spa
sudo csrutil status.net
輸出以下:orm
System Integrity Protection status: enabled.blog
2.嘗試禁止sip:ip
sudo csrutil disableget
輸出以下:博客
csrutil: failed to modify system integrity configuration. This tool needs to be executed from the Recovery OS.
該提示說:要進入恢復模式才能執行該命令
3. 進入恢復模式
重啓Mac,而後在系統剛啓動時按下:Command+r
4. 進入恢復模式後打開終端
輸入:csrutil disable
如圖,顯示禁用成功,讓咱們重啓電腦生效
5. 重啓Mac
6. 從新查看sip狀態
sudo csrutil status
關閉SIP成功!能夠執行iotop了,輸入:sudo iotop。
博主:測試生財
座右銘:專一測試與自動化,致力提升研發效能;經過測試精進完成原始積累,經過讀書理財奔向財務自由。
csdn:https://blog.csdn.net/ccgshigao