您现在的位置是: 首页 > 运维 Debian/Ubuntu无netstat命令解决方案
Debian/Ubuntu无netstat命令解决方案
2020-05-20 【运维】 4480人已围观 8101次浏览
简介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)
相关文章
- 【Docker】unauthorized: incorrect username or password
- mybatis中大于等于小于等于的写法
- 迁移 Docker 目录
- Linux no space left on device 出现设备上没有空间问题
- sentinel directive while not in sentinel mode 问题解决
- CentOS 安装 Docker
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- CentOS 安装JDK
- Linux 常用命令 持续更新中...
- 解决Lost connection to MySQL server at 'reading initial communication packet' 的方法
点击排行
- 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 项目完整部署方案
站长推荐
猜你喜欢
- 【代码片段】MySQL新建表添加基础字段
- Vue 路由跳转后不在顶部
- Mac降温软件推荐smcFanControl
- SpringBoot 2.x Security security.basic.enabled=false 失效问题解决
- Laravel项目出现could not be opened: failed to open stream: Permission denied
- 优化 Mac 上 office 软件更新慢的问题
- 获取阿里云CDN真实IP
- CentOS 安装Python3
- 在更新python时出现dyld: Library not loaded: /usr/local/opt/libpsl/lib/libpsl.5.dylib,Reason: image not found错误解决方案
- Win10 安装适用于Linux的Windows子系统