ifconfig,netstat command not found
当CentOS7进行最小化安装时,有很多工具包是没有的。
- [root@vultr ~]# ifconfig
- -bash: ifconfig: command not found
- [root@vultr ~]# netstat
- -bash: netstat: command not found
我们经常会使用到的命令,ifconfig、netstat等都没有。因为缺失了net-tools包。
- [root@vultr ~]# yum install -y net-tools # 安装net-tools
- Loaded plugins: fastestmirror
- Loading mirror speeds from cached hostfile
- * base: mirror.wdc1.us.leaseweb.net
- * epel: reflector.westga.edu
- * extras: mirror.vcu.edu
- * updates: ftpmirror.your.org
- Resolving Dependencies
- --> Running transaction check
- ---> Package net-tools.x86_64 0:2.0-0.24.20131004git.el7 will be installed
- --> Finished Dependency Resolution
- Dependencies Resolved
- =============================================================================================================================================
- Package Arch Version Repository Size
- =============================================================================================================================================
- Installing:
- net-tools x86_64 2.0-0.24.20131004git.el7 base 306 k
- Transaction Summary
- =============================================================================================================================================
- Install 1 Package
- Total download size: 306 k
- Installed size: 918 k
- Downloading packages:
- net-tools-2.0-0.24.20131004git.el7.x86_64.rpm | 306 kB 00:00:00
- Running transaction check
- Running transaction test
- Transaction test succeeded
- Running transaction
- Installing : net-tools-2.0-0.24.20131004git.el7.x86_64 1/1
- Verifying : net-tools-2.0-0.24.20131004git.el7.x86_64 1/1
- Installed:
- net-tools.x86_64 0:2.0-0.24.20131004git.el7
- Complete!
- [root@vultr ~]# ifconfig | grep inet
- inet 155.138.229.164 netmask 255.255.254.0 broadcast 155.138.229.255
- inet6 fe80::5400:1ff:feff:86b7 prefixlen 64 scopeid 0x20<link>
- inet 127.0.0.1 netmask 255.0.0.0
- inet6 ::1 prefixlen 128 scopeid 0x10<host>
- [root@vultr ~]# netstat -lnp
- Active Internet connections (only servers)
- Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2746/sshd
- tcp6 0 0 :::22 :::* LISTEN 2746/sshd
- udp 0 0 0.0.0.0:68 0.0.0.0:* 3381/dhclient
- udp 0 0 127.0.0.1:323 0.0.0.0:* 1573/chronyd
- udp6 0 0 ::1:323 :::* 1573/chronyd
- Active UNIX domain sockets (only servers)
- Proto RefCnt Flags Type State I-Node PID/Program name Path
- unix 2 [ ACC ] STREAM LISTENING 12953 1/systemd /run/systemd/private
- unix 2 [ ACC ] STREAM LISTENING 14775 1/systemd /run/dbus/system_bus_socket
- unix 2 [ ACC ] STREAM LISTENING 7397 1/systemd /run/systemd/journal/stdout
- unix 2 [ ACC ] SEQPACKET LISTENING 13039 1/systemd /run/udev/control
安装net-tools工具包之后,ifconfig|netstat等网络相关的命令便能使用了。
ifconfig,netstat command not found的更多相关文章
- centos7 最小化安装 无 ifconfig,netstat 的安装
centos7 最小化安装 无 ifconfig,netstat 的安装 centos7 最小化安装之后,默认是没有 ifconfig,netstat命令的: 我们可以直接使用 yum -y inst ...
- linux :没有找到 ifconfig netstat
linux :没有找到 ifconfig netstat ubuntu sudo apt install net-tools -y centos yum install net-tools
- ubuntu无法找到ifconfig(command not found: ifconfig)
演示环境 $ uname -a Linux xxxxx-xxxxx-xxxx5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x8 ...
- linux笔记:网络命令ping,traceroute,ifconfig,netstat;挂载和卸载命令mount,umount
命令名称:ping功能:测试网络连通性命令所在路径:/bin/ping用法:ping [-c] IP地址参数:-c 指定发送次数 命令名称:ifconfig功能:查看和设置网卡信息(临时设置)命令所在 ...
- centos 7 ip a 或ifconfig 报command not found
CentOS 7 下 ifconfig command not found 或 ip command not found 解决办法 首先查看:/sbin/ifconfig /sbin/ip 是否存 ...
- 【CentOS】ifconfig命令 :command not found & yum命令 :cannot find a valid baserl for repo: base/7/x86_64
第一课,学习的是安装linux的远程连接.相信看阿铭视频的朋友们都会知道,第一个开机输入完root后要敲的命令就是--ifconfig 非常幸运,这迎来了我的第一个问题 这时候你会选择百度,会搜索到这 ...
- 【转】linux root用户ifconfig报command not found
解决办法: 方法一: 直接输入su - 回车.就可以ifconfig了 方法二: /etc/profile 把下面if语句注释掉: #path Manipulation if ["EUID& ...
- 解决Centos7不能联网且ifconfig出现command not found
在虚拟机中以最小化方式安装centos7,后无法上网,因为centos7默认网卡未激活. 而且在sbin目录中没有ifconfig文件,这是因为centos7已经不使用 ifconfig命令了,已经用 ...
- centos7: ifconfig出现command not found解决办法
问题 说下我linux配置情况,不一样的可以选择借鉴我的办法. 在虚拟机中以最小化方式安装centos7,ifconfig命令无效,而且在sbin目录中没有ifconfig文件. 原因 这是因为cen ...
随机推荐
- mac 安装 tomcat 配置
前面的话:记录下 Mac 安装配置 Tomcat 过程 1. 下载安装 Tomcat 下载 Tomcat 地址(官方地址):https://tomcat.apache.org/download-80. ...
- 团队工作总结及自评 & 补上来的用户调研
http://www.cnblogs.com/case1/ 让同学代发了,辛苦点跳转一下~
- C#(近期目标)
最近很多同学为了实习都在学Java,但是我个人更偏好C#,首先因为自己基础不是太好,而C#又更容易入门,拥有比较完善的开发环境,是微软开发出来的语言.它吸收了C++和Java两门语言的所有有点,因为它 ...
- python 如何写CMD命令工具
#-*- coding: UTF- -*- import argparse import sys: sys.argv.append('--help') parser = argparse.Argume ...
- JavaScript ES6中export及export default的区别以及import的用法
本文原创地址链接:http://blog.csdn.net/zhou_xiao_cheng/article/details/52759632,未经博主允许不得转载. 相信很多人都使用过export.e ...
- js用currentStyle和getComputedStyle获取css样式(非行间) 兼容ie与火狐
用js的style属性可以获得html标签的样式,但是不能获取非行间样式.那么怎么用js获取css的非行间样式呢?在IE下可以用currentStyle,而在火狐下面我们需要用到getComputed ...
- Helm 安装 wordpress
1. 前置需要安装 storageclass 然后 安装helm 客户端 helm tiller 服务端 2. 设置 当前的位阿里云的 repo 3. 查找 wordpress的镜像 helm sea ...
- k8s 实验过程中遇到的两个小问题 端口 和 批量删除Error的pods
1. 自己kubeadm搭建的一套k8s系统 然后进行做实验 发现了几个问题 jenkins 创建 salves的时候总是有问题. 提示注册不上 然后 我修改了下yaml文件 暴露端口 50000 ...
- Delphi窗体部分属性
Align属性:控制窗体显示时的对齐方式(注:是相对于父窗体的对齐方式.如果该窗体是主窗体则没有父窗体)(与anchor不同在于,anchor定义的对齐是固定到边界的距离) 默认值为alNone.其他 ...
- maven测试时中文乱码问题解决方法
pom.xml增加-Dfile.encoding=UTF-8配置,如下: <plugin> <!--升级到新版本解决控制台乱码问题--> <groupId>org. ...