Mac新手玩轉終端常用小知識!!

2021-10-24 21:23:58 字數 811 閱讀 9291

mac終端是乙個特殊的應用,可用於執行一些特殊的命令,你可以通過終端向mac傳送一些特殊的指令,但是剛接觸mac新手可能並不是很熟悉這方面。那麼今天就帶你們了解終端的常用知識。感興趣的小夥伴們和新手寶寶不要錯過哦!

開啟終端的方法:

通過launchpad 的其它資料夾-找到終端應用

檢視被占用的埠

lsof -i:port

tq-wxdemacbook-pro:~ anonyper$ lsof -i:8081

command pid user fd type device size/off node name

uwsgi 22117 anonyper 3u ipv4 0x90a5adf44866b61d 0t0 tcp *:sunproxyadmin (listen)

殺掉被占用的埠

kill pid

kill -9 pid 強制殺掉

tq-wxdemacbook-pro:~ anonyper$ kill 22117

mac 命令列常用命令:

檢視ip位址

ifconfig //windows上是ipconfig

ping 給乙個主機發請求(可測試對方伺服器是否可用)

快捷鍵

finder 常用快捷鍵

玩轉Mac終端 Mac 終端常用知識

lsof i port tq wxdemacbook pro anonyper lsof i 8081 command pid user fd type device size off node name uwsgi 22117 anonyper 3u ipv4 0x90a5adf44866b61d...

mac 常用 終端命令

ls 列出目錄內容 list cd 引數 改變目錄 change directory su 切換使用者 switch user pwd 列印當前目錄 print work directory ps 程序狀態 process status cd 上級目錄 cd 上乙個訪問的目錄 cd 不加引數 進ro...

MAC常用終端命令

目錄操作 命令名 功能描述 使用舉例 mkdir 建立乙個目錄 mkdir dirname rmdir 刪除乙個目錄 rmdir dirname mvdir 移動或重新命名乙個目錄 mvdir dir1 dir2 cd 改變當前目錄 cd dirname pwd 顯示當前目錄的路徑名 pwd ls ...