linux操作记录

linux操作记录

vim /etc/profile
source /etc/profile

export PROMPT_COMMAND='{ msg=$(history 1 | { read x y; echo $y; });logger "[euid=$(whoami)]":$(who am i):[`pwd`]"$msg"; }'

 

你可能感兴趣的:(linux操作记录)