Mac之telnet報錯-bash: telnet: command not found
自從Macbook升級到mac os 10.13後,發現在終端無法執行telnet指令了……對於蘋果這種做法,還能說點啥,擼起袖子開幹唄!
1、開啟Terminal終端,輸入命令:defaults write com.apple.finder AppleShowAllFiles yes 顯示所有檔案:
執行完畢後,記得relaunch finder:
2、下載telnet檔案,解壓縮後複製到 /usr/bin 目錄下,這時候發現系統管理員也沒有許可權進行寫操作,由於系統啟用了SIP(System Integerity Protection)導致root使用者也沒有修改許可權,接下來我們需要遮蔽掉這個功能:
a)重啟電腦,command + R 進入recover模式
c)點選最上方選單使用工具,選擇終端Terminal,執行命令:csrutil disable
e)當出現successfully字樣,代表關閉成功!以後如果要開啟,輸入命令:csrutil enable
3、重新進入系統,再次依次執行step1、2 ,這次可以複製了!輸入系統管理員密碼,點OK
4、看看telnet執行效果,任務完成!
相關文章
- 【linux報錯】-bash: xhost: command not foundLinux
- python virtualenv報錯-bash: virtualenv: command not foundPython
- Mac -bash: mysql: command not foundMacMySql
- -bash: id: command not found -bash: tty: command not found
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- centos 7 -bash: mysql: command not foundCentOSMySql
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- bash: lspci: command not found解決方法
- netty 之 telnet HelloWorld 詳解Netty
- BugkuCTF:telnet
- telnet使用
- -bash: XXX: command not found解決辦法
- bash: ssh-copy-id: command not found...
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- mac mysql: command not foundMacMySql
- 解決bash: mysql: command not found的問題MySql
- linux-telnetLinux
- 【liunx】telnet命令
- 圖文詳細過程Linux 使用yum安裝telnet-server、telnet、xinetd以及telnet本機ipLinuxServer
- 搭建Telnet服務
- telnet 192.168.3.118 8086 不通
- ubuntu18 沒有 where 命令 -bash: where: command not foundUbuntu
- 使用telnet連線redisRedis
- 使用Hydra破解telnet口令
- telnet連線socket serverServer
- Telnet安裝與配置
- 每日一技|巧用 Telnet 除錯 Dubbo 服務除錯
- windwos 使用telnet 連線 redisRedis
- Linux伺服器---配置telnetLinux伺服器
- nodemon: command not found
- pip: command not found
- Mac終端出現 brew command not found 解決Mac
- windows環境telnet傳送命令Windows
- 華為交換機配置Telnet
- 使用 stunnel 保護 telnet 連線
- Linux伺服器—安裝telnetLinux伺服器
- Linux伺服器---安裝telnetLinux伺服器