您现在的位置是: 首页 > 运维 Debian/Ubuntu无netstat命令解决方案
Debian/Ubuntu无netstat命令解决方案
2020-05-20 【运维】 3847人已围观 7212次浏览
简介Debian/Ubuntu无netstat命令解决方案
Debian系统默认是不带netstat等命令的,如果使用就会出现下面的错误提示
-bash: netstat: command not found
这在日常的运维中是很不方便的,所以可以尝试下面的解决方案
sudo apt install net-tools
#如果需要ping的话,安装如下软件
sudo apt install iputils-ping
低版本的Debian中可能不支持直接 apt ,而是需要 apt-get ,请自行修改上面命令中的 apt
net-tools包含arp, ifconfig, netstat, rarp, nameif and route命令,如果使用这些命令报错,可以尝试安装。
很赞哦! (0)
相关文章
- Linux 查看磁盘、磁盘分区、挂载磁盘、卸载磁盘操作
- 【Docker】unauthorized: incorrect username or password
- Linux 修改默认的 ssh 22 端口
- sentinel directive while not in sentinel mode 问题解决
- 查看MySQL默认读取的配置文件
- Redis 提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk 解决方案
- Linux 安装 Tengine
- 常见端口号
- 自建Ngrok服务端
- 迁移 Docker 目录
点击排行
- 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 项目完整部署方案
站长推荐
猜你喜欢
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- python scrapy 出现 DEBUG: Filtered offsite request to 错误
- SqlServer 刷新所有视图
- docker mysql 导入 SQL 脚本
- 在使用Flutter进行网络请求时,使用Dio访问https地址出现unable to get local issuer certificate错误
- gulp3 在 node12 上运行出现异常 primordials is not defined
- CentOS 安装Node.js
- Linux 安装 Tengine
- SqlServer 查询包含指定字段的存储过程
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance