# history | tail -3
2029 ls
2030 make
2031 history | tail -3 //查看用户最后执行的3条命令
#history | tail -3 //清除所有历史记录
# alias test1='cd /mnt/hgfs/share/project' //设置一个命令别名
# test1 //执行命令
/mnt/hgfs/share/project#
# unalias test1 //删除已设置的test1别名设置
#alias //查看已设置的别名