alias别名使用

Posted mvpbang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了alias别名使用相关的知识,希望对你有一定的参考价值。

  rhel系列的别名使用,方便操作!

功能说明:设置指令的别名。
语  法:alias   [别名]  =  [指令名称]
参  数 :若不加任何参数,则列出目前所有的别名设置。
举    例 :[email protected]:~$ alias                    ###列出当前用户下所有别名
                 alias egrep=‘egrep --color=auto‘
                 alias fgrep=‘fgrep --color=auto‘
                 alias grep=‘grep --color=auto‘
                 alias l=‘ls -CF‘
                 alias la=‘ls -A‘
                 alias ll=‘ls -alF‘
                 alias ls=‘ls --color=auto‘


alias  mvp= ‘ps  --color‘

/etc/profile     ###

~.bash_profile

~.bashrc        ###仅对当前用户生效                        

/etc/bashrc     ###永久生效,切对所有用户

source   /etc/profile        ###刷新环境参数

以上是关于alias别名使用的主要内容,如果未能解决你的问题,请参考以下文章

alias别名使用

【实战讲解】使用 Linux alias 为命令设置别名,设置永久别名

Linux系统之alias别名的基本使用

Mac下面使用alias

Linux下使用alias设置别名

alias命令