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
- Mac -bash: mysql: command not foundMacMySql
- python virtualenv報錯-bash: virtualenv: command not foundPython
- Linux Shell執行source或.命令報錯'bash: ..: command not found'Linux
- -bash :gradlew command not foundGradle
- bash: hadoop: command not foundHadoop
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- centos 7 -bash: mysql: command not foundCentOSMySql
- Dubbo之telnet實現
- mac mysql: command not foundMacMySql
- bash: lspci: command not found解決方法
- bash: ssh-copy-id: command not found...
- suse之ftp,telnet設定FTP
- Telnet命令
- 解決bash: mysql: command not found的問題MySql
- netty 之 telnet HelloWorld 詳解Netty
- -bash: XXX: command not found解決辦法
- 【liunx】telnet命令
- RHEL7 解決xclock的 bash: xclock: command not found…
- 【telnet】開啟RHEL5.3 Linux的telnet服務Linux
- 搭建Telnet服務
- linux-telnetLinux
- Telnet埠測試
- ftp telnet service in SolarisFTP
- Telnet簡介(轉)
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- ubuntu18 沒有 where 命令 -bash: where: command not foundUbuntu
- 圖文詳細過程Linux 使用yum安裝telnet-server、telnet、xinetd以及telnet本機ipLinuxServer
- 每日一技|巧用 Telnet 除錯 Dubbo 服務除錯
- windows上使用telnet時遇到的兩個錯誤Windows
- 使用telnet連線redisRedis
- telnet連線socket serverServer
- Telnet安裝與配置
- 使用Hydra破解telnet口令
- Linux安裝telnetLinux
- Nodejs 模擬telnetNodeJS