답변:
logger
명령을 사용하십시오 .
logger Some message to write
다음을 포함하여 몇 가지 옵션을 사용할 수 있습니다.
-i Log the process ID in each line
-f Log the contents of a specified file
-n Write to the specified remote syslog server
-p Specify a priority
-t Tag the line with a specified tag
man 1 logger
도구에 대한 자세한 내용을 참조하십시오 .
또는 syslog
파이썬에서 쓸 수 있습니다 .
python -c 'import syslog; syslog.syslog("Hello World")'
logger
명령 보다 파이썬을 사용하면 어떤 이점이 있습니까?
logger
. 당신은 이미 내 투표권을 가지고 있습니다
logger
예와netcat
셸 또는 셸 리디렉션을 통한 원격 로깅 에 대해서는 safaribooksonline.com/library/view/bash-cookbook/0596526784/…