[root@allen ~]# vim ~/.bashrc ##~/.bashrc文件只针对当前用户 alias ll='ls -l' ##我设置的别名,在第9行 [root@allen ~]# source ~/.bashrc ##重新加载文件