您现在的位置是: 首页 > 运维 Linux 常用命令 持续更新中...
Linux 常用命令 持续更新中...
2020-05-20 【运维】 1877人已围观 3389次浏览
简介Linux 常用命令 持续更新中...
查看端口占用
lsof -i tcp:80
列出所有TCP端口
netstat -ntlp
如果是UDP端口,则
netstat -nulp
查看进程启动位置
ls -al /proc/4170
重启tomcat
./shutdown.sh
./startup.sh
查看当前软件的所有进程
ps -ef|grep mysql
干掉指定pid的进程
kill -9 pid
查看端口监听
netstat -antp|grep LISTEN
查看路径
whereis nginx
查看指定进程的top使用情况
top -p pid
查看指定进程的status
cat /proc/pid/status
Linux 清屏命令
ctrl + l
很赞哦! (0)
相关文章
- CentOS 安装Node.js
- Linux 安装 Tengine
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- Linux 修改默认的 ssh 22 端口
- Debian/Ubuntu无netstat命令解决方案
- Linux no space left on device 出现设备上没有空间问题
- docker mysql 导入 SQL 脚本
- sentinel directive while not in sentinel mode 问题解决
- Redis 提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk 解决方案
- LNMP定时备份任务教程(支持排除指定文件夹)
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- Chrome 谷歌浏览器清除HTTPS证书缓存
- 解决Lost connection to MySQL server at 'reading initial communication packet' 的方法
- docker mysql 导入 SQL 脚本
- SpringBoot 集成 Elasticsearch 7.8.1 出现错误 Factory method 'elasticsearchRestHighLevelClient' threw exception; nested exception is java.lang.NoSuchFieldError: IGNORE_DEPRECATIONS
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot 启动测试时出现提示 Test class should have exactly one public zero-argument constructor
- Docker 批量操作命令
- CentOS 安装Node.js
- 在使用Flutter进行网络请求时,使用Dio访问https地址出现unable to get local issuer certificate错误
- Vue 路由跳转错误 NavigationDuplicated: Avoided redundant navigation to current location