`

CentOS7 ifconfig command not found

 
阅读更多

今天用CentOS7安装了操作系统,系统安装时默认是Basic Minimal,所以软件很少,ifconfig命令的软件都没有安装,因此需要自己安装。

 

[root@localhost /] ifconfig
-bash: ifconfig: command not found

使用ip addr命令查看IP,发现没有配置

需要手动去目录/etc/sysconfig/network-scripts配置ifcfg-eth0,配置完重启即可。

 

ifconfig命令需要安装net-tools

通过yum 命令查找ifconfig时,都找不到

yum provides ifconfig
yum search ifconfig

 

结果都是找不到: no matches found

在网上查找资源,结果net-tools可以找到:

yum list net-tools

 

所以就直接安装了:

yum install net-tools

 

安装完成后,就可以直接使用ifconfig命令了。

系统版本:

[root@localhost network-scripts]# cat /proc/version
Linux version 3.10.0-693.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) ) #1 SMP Tue Aug 22 21:09:27 UTC 2017

 

 

 

参考:

https://jingyan.baidu.com/article/4853e1e5641c771909f72617.html

https://www.cnblogs.com/zd520pyx1314/p/7956127.html

 

分享到:
评论

相关推荐

    CentOS 7.9 命令lsb-release: command not found解决方案

    CentOS 7.9 命令lsb_release: command not found解决方案 RPM安装文件

    linux中找不到编译内核提示mkimage command not found – U-Boot images will not be built的解决方法

    ### Linux中找不到编译内核提示mkimage command not found – U-Boot images will not be built的解决方法 在Linux环境中进行嵌入式系统的开发时,经常会遇到各种编译错误或缺失依赖的问题。其中,“mkimage ...

    tar zip unzip command not found(未找到命令).docx

    当你在Red Hat 8.0中遇到“command not found”(未找到命令)的错误时,通常意味着这些工具尚未安装或者环境变量配置不正确。下面我们将详细解释如何解决这个问题。 首先,我们需要配置本地YUM源。在Red Hat 8.0中...

    centOS下ifconfig找不到eth0解决方案

    CentOS下ifconfig找不到eth0解决方案 在CentOS系统中,如果使用ifconfig命令却找不到eth0网络接口,这可能会引起很多问题,如无法联网、无法设置IP地址等。今天,我们来解决这个问题。 原因分析 在CentOS系统中,...

    CENTOS 无IFCONFIG命令 解决方法

    CENTOS 无IFCONFIG命令 解决方法 添加环境变量

    RockLinux9 bash yum command not found

    在使用Linux系统时,我们经常会遇到“command not found”这样的错误提示,这通常意味着系统找不到你尝试执行的命令。在本例中,问题出现在RockLinux9系统上,用户尝试使用`bash` shell运行`yum`命令时遇到了这个...

    CentOS7升级GCC版本到gcc 8.3.0,解决GLIBCXX-3.4.21 not found 问题

    解决/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found 问题 步骤如下: 解压文件: $ unzip gcc-8.3.0.zip 解压完成,进入文件目录: $ cd gcc-8.3.0 利用源码包里自带的工具下载所需要的依赖项: $ ./...

    Centos7部署本地局域网yum源

    Centos7 部署本地局域网 yum 源 本地 yum 源仓库是公司部署大量服务器时的必要配置,因为阿里云镜像源必须要连接外网才可以使用,占用出口带宽,且有些特殊的镜像源架设在国外,使用起来很不稳定。因此,部署本地 ...

    bash scp command not found的解决方法

    然而,当你尝试使用`scp`时,如果出现"command not found"的错误,意味着系统中并未安装该命令或者相关的软件包。在本文中,我们将详细探讨这个问题,并提供一种解决方法,特别是针对描述中的CentOS 6.0系统。 首先...

    expect5.45

    在标题和描述中提到的问题,"spawn: not found" 和 "expect: not found" 是在尝试运行`expect`脚本时常见的错误信息,这通常意味着系统中没有安装或配置好`expect`。 "spawn: not found" 错误通常是因为`expect`找...

    Linux -bash: ls: command not found

    今天登录阿里云后不知道怎么回事,一直报:-bash: ls: command not found 原因: 环境变量PATH被修改了 解决办法: 执行命令: export PATH=/bin:/usr/bin:$PATH 上边的方法执行完成,解决了问题,当关掉当前的...

    编译时报 Looking for pthread_create - not found 的解决办法

    编译时报 Looking for pthread_create - not found 的解决办法 linux gcc 编译时报Looking for pthread_create - not found 其解决办法是...

    在CentOs7上 使用 Yum 安装 Docker

    Docker不支持CentOs的测试版,也不支持CentOs太老的版本。 CentOS Extras repository 必须设置为 enable(默认状态下就是 enable )。 yum 命令已经安装。 Step 1 检查更新 sudo yum check-update Step 2 下载相关...

    redhat/centos 创建yum本地源所需安装rpm包以及说明文档

    在Linux系统管理中,尤其是对于企业级服务器,`yum`(Yellowdog Updater, Modified)是Red Hat和CentOS等基于RPM包管理系统的发行版中广泛使用的软件包管理器。`yum`允许用户方便地安装、更新和删除软件包,同时也...

    Nvidia驱动安装命令

    Nvidia驱动安装命令,为.sh文件的格式,可以快捷运行。

    CentOS 7 系列iso镜像

    ### CentOS 7 系列 ISO 镜像详解 #### 一、CentOS 7 概述 CentOS 是一个基于 Linux 的操作系统,它主要基于 Red Hat Enterprise Linux (RHEL) 的源代码编译而成,提供了企业级计算平台的支持。CentOS 7 系列作为该...

    Centos7配置iscsi多路径

    Centos7配置iscsi多路径,自己已经在实际生产环境中实践

    centos7.rar

    U盘安装Centos7注意事项: 1. 先把U盘制作成启动盘 (通过UltraISO软件来制作) 2. 把服务器设置成第一启动项是u盘 3.特别注意: U盘安装CentOS 7提示 “Warning: /dev/root does not exist, could not boot” 解决...

    NetInstall方式安装CentOS7

    NetInstall 方式安装 CentOS7 本文将指导读者使用 NetInstall 方式安装 CentOS7 操作系统。NetInstall 是一种安装 Linux 操作系统的方式,它可以从网络上下载安装包并安装到本地硬盘中。 安装前的准备 在安装 ...

Global site tag (gtag.js) - Google Analytics