CentOS 7配置cman
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7配置cman相关的知识,希望对你有一定的参考价值。
1.安装中文帮助文档
[[email protected] ~]# yum install -y man-pages-zh-CN*
2.编辑配置文件
[[email protected] ~]# vim .bashrc
添加
alias cman=‘man -M /usr//share/man/zh_CN‘
[[email protected] ~]# cat .bashrc # .bashrc # User specific aliases and functions alias rm=‘rm -i‘ alias cp=‘cp -i‘ alias mv=‘mv -i‘ alias cman=‘man -M /usr//share/man/zh_CN‘ # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi
3.更新配置
[[email protected] ~]# source .bashrc
4.使用cman
[[email protected] ~]# cman ls
以上是关于CentOS 7配置cman的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段