shell作用
bash特性 [root@localhost ~]# echo $HISTSIZE 1000 存放用户执行的历史命令,写入文件 [root@localhost ~]# echo $HISTFILE /root/.bash_history history命令 -c 清除历史 -r 恢复历史
历史记录命令 !历史id,快速执行历史命令 [root@localhost ~]# history