重定义linux命令 1.root进去后执行cd2.vim .bashrc3.直接 vim .profile 或者.bashrc 在末尾 将alias [自定义的命令]=‘[源命令]' 添加进去,然后保存后,重启机器,或者注销,就能用自定义命令了