1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-05-21 06:36:01 +02:00

Update README.md

This commit is contained in:
snovvcrash 2021-07-02 23:06:33 +03:00 committed by GitHub
parent 3c7d8a2c1f
commit 0f3701607b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Table of Contents:
Description
==========
**usbrip** is a small piece of software which analyzes Linux log data: journalctl output or contents of `/var/log/syslog*` (`/var/log/messages*`) files. Based on the collected data usbrip can build USB event history tables with the following columns:
**usbrip** is a small piece of software which analyzes Linux log data: journalctl output or contents of `/var/log/syslog*` (or `/var/log/messages*`) files. Based on the collected data usbrip can build USB event history tables with the following columns:
* Connected (date & time)
* Host
@ -126,7 +126,7 @@ $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
~$ sudo systemctl restart rsyslog
```
Firstly, usbrip will check if there is a chance to dump system events using journalctl as the most portable option. If not it will search for and parse `/var/log/syslog*` and `/var/log/messages*` system log files.
Firstly, usbrip will check if there is a chance to dump system events using journalctl as the most portable option. If not it will search for and parse `/var/log/syslog*` or `/var/log/messages*` system log files.
Dependencies
==========