linux brctl command not found
[root@localhost ~]# brctl
-bash: brctl: command not found
解决方法:
[root@localhost ~]# yum install bridge-utils
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
linux brctl command not found的更多相关文章
- Linux:-bash: ***: command not found
		Linux:-bash: ***: command not found,系统很多命令都用不了,均提示没有此命令. 突然之间linux很多命令都用不了,均提示没有此命令. 这应该是系统环境变量出现了问题 ... 
- 12 Linux Which Command, Whatis Command, Whereis Command Examples
		This Linux tutorial will explain the three "W" commands. The three "W"s are what ... 
- 【Linux】-NO.8.Linux.4.Command.1.001-【Common Command】-
		1.0.0 Summary Tittle:[Linux]-NO.8.Linux.4.Command.1.001-[Common Command]- Style:Linux Series:Command ... 
- learn Linux sed command
		learn Linux sed command 一.参考文档: . sed命令详解 http://qifuguang.me/2015/09/21/sed%E5%91%BD%E4%BB%A4%E8%AF ... 
- Linux cp command All In One
		Linux cp command All In One $ man cp $ cp -h # 强制 $ cp -f # 递归,复制文件夹 $ cp -r demos cp -fr # ./folder ... 
- how to using Linux pipe command output another command's help content to a file
		how to using Linux pipe command output another command's help content to a file Linux tee > >& ... 
- Changing the Color of Linux ls Command 改变Linux的ls命令显示的颜色
		Linux command ls basically use the file /etc/DIR_COLORS or /etc/DIR_COLORS.xterm to define the color ... 
- linux net command /uboot  command
		1. uboot command 读取寄存器内容 md [内存地址][长度] 修改内存地址 mw [内存地址][长度] 2. linux络命令 -- netstat -a (all)显示所有选项,默 ... 
- Linux / Unix Command: bunzip2--reference
		http://linux.about.com/library/cmd/blcmdl1_bunzip2.htm NAME bzip2, bunzip2 - a block-sorting file co ... 
随机推荐
- java 泛型中class<T> 和T的区别是什么?
			public <T> boolean edit(T entity) 和public <T> T get(Class<T> c, Serializable id)中这 ... 
- JAVA classpath jar问题[zz]
			classpath问题可以说是所有初学者头疼的问题,偶也一样. 1) classpath的作用: 它的作用就事让java找到你所要执行,或你拥有的类. 2) classpath的设置: 设置cla ... 
- 【转载】Spring @Async 源码解读。
			由于工作中经常需要使用到异步操作,一直在使用@Async, 今天抽空学习了一下它的执行原理,刚好看到一篇写的很棒的文章,这里转载过来做个记录,感谢原作者的无私奉献. 原文章链接地址:https://w ... 
- vs 2017打包安装包(印象深刻)
			Visual Studio Install 打包安装项目2017 以下是具体步骤 一.安装环境 1.下载:链接地址 2.安装vs2017的时候需要安装依赖 .NET framework 4.6 .下载 ... 
- 一:php配置注意
			display_errors string 该选项设置是否将错误信息作为输出的一部分显示到屏幕,或者对用户隐藏而不显示. 设置 "stderr" 表示发送到 stderr 而不是 ... 
- Visual F# Power Tools 简单介绍
			Visual F# Power Tools 简单介绍 Auto-generating XmlDoc 当在函数定义的前面输入 ///< 以后.会自己主动生成 XML 文档.并会自己主动提取函数中的 ... 
- DBUtils查找最大的ID总是返回0
			1.实体: public class Order { private int id; private Date orderDate; public int getId() { return id; } ... 
- 期权、RSU的区别与行权事宜
			科普一下常见的股票.期权.股票增值权.虚拟股票等常见的激励方式,以及在兑换或行权的一些相关问题.股票(Stock): 股票市场也称权益市场,是专门对股票进行公开交易的市场,包括股票的发行和转让,分为一 ... 
- 谷歌Chrome浏览器小于12px字号显示的BUG
			webkit的私有属性:html{-webkit-text-size-adjust:none;} 
- 每日英语:American Cities May Have Hit 'Peak Office'
			Despite some hype and a few regional exceptions, the construction of office towers and suburban offi ... 
