Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 209 Bytes

常用的shell命令.md

File metadata and controls

executable file
·
16 lines (11 loc) · 209 Bytes

前言

收集常用的shell命令,方便查阅。

查看内网ip

ifconfig | grep "inet 1"

查看端口所在的进程

如查看 3000 端口所在的进程

lsof -i tcp:3000