当前位置:网站首页>Port occupied 1
Port occupied 1
2022-04-23 13:50:00 【It only supports modification once a month】
windows
netstat -ano |findstr "8080"
taskkill -PID Process number -F
linux
View all active port numbers and processes id And program name : netstat -anp

Query whether a single port is in use : netstat -anp |grep 3306


lsof(list open files) Is a list of the current system open file tools .
lsof -i:3306

netstat -ltunp View port and corresponding pid

版权声明
本文为[It only supports modification once a month]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230556158316.html
边栏推荐
- Question bank and answer analysis of the 2022 simulated examination of the latest eight members of Jiangxi construction (quality control)
- Apache Atlas Compilation and installation records
- About me
- Building MySQL environment under Ubuntu & getting to know SQL
- Express middleware ③ (custom Middleware)
- OSS cloud storage management practice (polite experience)
- Window function row commonly used for fusion and de duplication_ number
- 自动化的艺术
- Campus takeout system - "nongzhibang" wechat native cloud development applet
- Dolphin scheduler configuring dataX pit records
猜你喜欢

OSS cloud storage management practice (polite experience)

Search ideas and cases of large amount of Oracle redo log

Tersus notes employee information 516 MySQL query (time period uniqueness judgment of 2 fields)

Question bank and answer analysis of the 2022 simulated examination of the latest eight members of Jiangxi construction (quality control)

服务器中挖矿病毒了,屮

SQL learning | set operation

2022年江西最新建筑八大员(质量员)模拟考试题库及答案解析

淘宝发布宝贝提示“您的消保保证金额度不足,已启动到期保障”
![[machine learning] Note 4. KNN + cross validation](/img/a1/5afccedf509eda92a0fe5bf9b6cbe9.png)
[machine learning] Note 4. KNN + cross validation
![MySQL index [data structure + index creation principle]](/img/11/6bdc8a62e977ffb67be07ded0c8978.png)
MySQL index [data structure + index creation principle]
随机推荐
Dolphin scheduler source package Src tar. GZ decompression problem
[code analysis (3)] communication efficient learning of deep networks from decentralized data
RAC environment alert log error drop transient type: systp2jw0acnaurdgu1sbqmbryw = = troubleshooting
Dolphin scheduler integrates Flink task pit records
10g database cannot be started when using large memory host
Oracle creates tablespaces and modifies user default tablespaces
神经元与神经网络
Analysis of the problem that the cluster component GIPC in RAC environment cannot correctly identify the heartbeat network state
Resolution: argument 'radius' is required to be an integer
Oracle and MySQL batch query all table names and table name comments under users
Reading notes: meta matrix factorization for federated rating predictions
SQL learning window function
Leetcode? The first common node of two linked lists
Antd design form verification
Oracle view related
UNIX final exam summary -- for direct Department
Software test system integration project management engineer full truth simulation question (including answer and analysis)
Test on the time required for Oracle to delete data with delete
Express ② (routage)
Window analysis function last_ VALUE,FIRST_ VALUE,lag,lead