Bash command log ¸¸µé±â

   Á¶È¸ 8474   Ãßõ 1    

https://www.ehostidc.co.kr/ (348)
https://www.ehostidc.co.kr/cscenter/consulting.php (320)

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 24/28
2021-11   9090   µö·¯´×¼­¹ö
2014-02   9084   ºü½Ã¿Â
2020-08   9079   µö·¯´×¼­¹ö
2022-01   9046   È­Á¤Å¥»ï
2019-02   9017   Á¶ÀÌÄÄÁ¤°ü½Ä
2020-06   9003   FOXBI
2022-03   8916   ¹ÌÄ£°¨ÀÚ
2022-03   8905   È­Á¤Å¥»ï
2021-12   8902   È­Á¤Å¥»ï
2019-03   8899   »ïÀ°°ø¾ßµå
01-25   8885   µö·¯´×¼­¹ö
01-11   8807   µö·¯´×¼­¹ö
2021-11   8794   µö·¯´×¼­¹ö
2020-06   8767   ĵÀ§µå
2020-08   8710   Tails
2020-10   8685   ÀÎõIº£¸®
2020-09   8636   ½Å¿µÁø
2019-10   8634   °£Àå°ÔÀå
2020-10   8552   ¾Ç¸¶¶ó³×
2020-12   8543   Äðº¸ÀÌ