Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1873  / 1 Year ago, thu, march 16, 2023, 4:01:04

Because, I shared files but I don't remember how many person.


More From » usb

 Answers
2

Look in your logfiles, new entries are added to /var/log/syslog each time a USB key is plugged.



You can open /var/log/syslog as root with a text editor (sudo gedit /var/log/syslog), or:



sudo grep "Attached.*disk" /var/log/syslog


To count:



sudo grep "Attached.*disk" /var/log/syslog | wc -l

[#36213] Friday, March 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulild

Total Points: 239
Total Questions: 103
Total Answers: 112

Location: Papua New Guinea
Member since Thu, Jul 9, 2020
4 Years ago
;