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 上配置中文man

CentOS 7.6 搭建Gitlab教程

rgmanager 介绍

centos 7安装gitlab及使用

CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段

centos 7部署并汉化Gitlab及基础操作