Bash command log 만들기

   조회 9894   추천 1    

https://www.ehostidc.co.kr/ (442)
https://www.ehostidc.co.kr/cscenter/consulting.php (413)

1) rsyslog 및 패키지 설치

root@localhost:[~]: yum install -y rsyslog rsyslog-doc -y


2) /etc/profile.d/ 내 스크립트 로그 작성

root@localhost:[~]: vi /etc/profile.d/log.sh

#!/bin/bash

function history_to_syslog {

  declare command;remote=`who am i|awk '{print $5}'`;command=`fc -ln -0|sed 's/\t //'`

  if [ $USER == "root" ];then located="$PWD]#";else located="$PWD]$";fi

  if [ "$command" != "$old_command" ]; then

    logger -p local3.notice -t bash -i "history2syslog: $USER$remote:$located $command"

  fi;old_command=$command

}

trap history_to_syslog DEBUG


3) 별도 파일 생성을 위한 rsyslog 수정

root@localhost:[~]: vi /etc/rsyslog.conf

*.info;mail.none;authpriv.none;cron.none;local3.none                /var/log/messages

local3.notice                                           /var/log/cmd


4) rsyslog 서비스 재시작 및 log 확인

root@localhost:[~]: service rsyslog restart

root@localhost:[~]: tail -f /var/log/cmd





https://www.aiocp.co.kr/ ( 딥러닝,머신러닝 서버 판매 ,컨설팅) https://bigbangcloud.co.kr/ ( GPU 클라우드 서비스) ::: AI 서버의 모든것 ::: 인공지능의 시작~ (주)이호스트ICT


제목Page 9/28
2021-03   10983   구형
2021-02   6966   송주환
2021-02   12142   딥러닝서버
2021-02   9895   딥러닝서버
2021-02   8667   RIGIDBODY
2021-02   9251   캡틴아메리카노
2021-01   9004   딥러닝서버
2021-01   12539   딥러닝서버
2021-01   11401   이지포토
2020-12   13450   박문형
2020-12   9749   쿨보이
2020-12   15153   아마데우쓰
2020-12   11458   화정큐삼
2020-11   21380   화정큐삼
2020-11   14318   화정큐삼
2020-11   12483   김황중
2020-11   8307   딥러닝서버
2020-10   10130   악마라네
2020-10   9969   인천I베리
2020-10   9385   wwwdjw