后台执行不记录

1
nohup xxx > /dev/null 2>&1 &

命令历史不记录

1
2
set +o history
export HISTFILE=/dev/null export HISTSIZE=0