We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo lsof -i:5173
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker-pr 778724 root 4u IPv4 13546779 0t0 TCP *:5173 (LISTEN) docker-pr 778731 root 4u IPv6 13573422 0t0 TCP *:5173 (LISTEN)
netstat -tunlp|grep 5173
tcp 0 0 0.0.0.0:5173 0.0.0.0:* LISTEN - tcp6 0 0 :::5173 :::* LISTEN -
The text was updated successfully, but these errors were encountered:
No branches or pull requests
端口占用
lsof
netstat
The text was updated successfully, but these errors were encountered: