![리눅스 history에 날짜 기록하기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FqsRwc%2FbtrPynY62Dw%2FKkYkbfxh7KgqEJ59PyNnKk%2Fimg.png)
# Operation System/Linux2015. 8. 16. 05:18리눅스 history에 날짜 기록하기
설정방법 vi /etc/profile # Add timestamp to .bash_history HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S\ " export HISTTIMEFORMAT 바로 적용 # source /etc/profile
설정방법 vi /etc/profile # Add timestamp to .bash_history HISTTIMEFORMAT="%Y-%m-%d_%H:%M:%S\ " export HISTTIMEFORMAT 바로 적용 # source /etc/profile