Hello,
On CentOS, how can I find the files that sending from my server?
Thank you.
Who send file?
-
- Posts: 1246
- Joined: 2014/05/21 20:16:00
- Location: Central New York, USA
Re: Who send file?
Log files would answer your question I'd think. If it was vsftp then I would expect that log to show what happened. If you don't actually know HOW it arrived, perhaps a 'grep' of /var/log/messages or /var/log/secure or other appropriate logs. CentOS 'logs the dickens' out of things so it should show up in some log.
Remember - importing/building packages will likely "byte you in the butt" come update time, long after you'd forgotten you did that! Use repos whenever possible.
Re: Who send file?
How about Spying programs? Which tools can help me?lightman47 wrote: ↑2020/10/16 21:40:48Log files would answer your question I'd think. If it was vsftp then I would expect that log to show what happened. If you don't actually know HOW it arrived, perhaps a 'grep' of /var/log/messages or /var/log/secure or other appropriate logs. CentOS 'logs the dickens' out of things so it should show up in some log.