码迷,mamicode.com
首页 > 系统相关 > 详细

RED HAT LINUX bash 自动补全命令安装

时间:2017-06-20 17:59:26      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:yum 源   linux   bash 自动补全   

RHEL / CentOS 怎么启用bash命令自动补齐功能呢?请看下面

准备工作:系统镜像,配置好yum源。


1、首先需要安装bash-completion 包:

[root@server src]# yum install -y bash-completion

2、安装完成后,需要用source 命令或者是注销当前登陆用户重新登陆系统使其立即生效,如下:

[root@server src]# source /etc/bash_completion

3、此时你就可以使用bash 的自动补全了,如下:

[root@server src]# yum [Tab 键]
--assumeyes        --config           distro-sync        groupinfo          history            -
--cacheonly        --debuglevel       downgrade          groupinstall       info               -check              deplist            --enableplugin     grouplist          install            -check-update       --disableexcludes  --enablerepo       groupremove        --installroot      p
clean              --disableplugin    --errorlevel       help               list               -
--color            --disablerepo      --exclude          --help             makecache          -[root@server src]# yum in[Tab 键]info     install

4、实例,加入我现在不知道apache 在centos 上面的包名,而我需要使用apache 服务,则可以这样:

[root@server src]# yum install -y htt[Tab 键]
httpd-devel.i686          httpd-manual.noarch       httping.x86_64            http-parser.i686  
httpd-devel.x86_64        httpd-tools.x86_64        http-parser-devel.i686    http-parser.x86_64
httpd-itk.x86_64          httpd.x86_64              http-parser-devel.x86_64  httpry.x86_64


本文出自 “玉米粒” 博客,请务必保留此出处http://ugali.blog.51cto.com/8378051/1940202

RED HAT LINUX bash 自动补全命令安装

标签:yum 源   linux   bash 自动补全   

原文地址:http://ugali.blog.51cto.com/8378051/1940202

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!