Làm thế nào tôi có thể viết một mục vào /var/log/syslog
từ dòng lệnh?
Làm thế nào tôi có thể viết một mục vào /var/log/syslog
từ dòng lệnh?
Câu trả lời:
Sử dụng logger
lệnh.
logger Some message to write
Có một số tùy chọn có sẵn, bao gồm:
-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
Xem man 1 logger
để biết thêm thông tin về công cụ.
Ngoài ra, bạn có thể viết thư syslog
từ python:
python -c 'import syslog; syslog.syslog("Hello World")'
logger
lệnh này là gì?
logger
. Bạn đã có phiếu bầu của tôi, tôi chỉ đề cập đến một sự thay thế.
logger
ví dụ chi tiết hơn và để đăng nhập từ xa quanetcat
hoặc chuyển hướng shell, hãy xem: safaribooksonline.com/l