history 설정

history 의 기본 설정값에  날짜정보 함께 출력하기.


/etc/profile 하단에 내용 추가



 vim  /etc/profile


 #Add timestamp  to  .bash_history

 HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S -- "

 export  HISTTIMEFORMAT

 declare -r HISTFILE 



설정 적용하기


 source /etc/profile



+ Recent posts