Marshal
Marshal

Reputation: 89

Identify file changes on linux box

Is that possible to identify, if a file on a linux box/RDP is modified. I have tried FileSystemWatcher, but watching a file on remote server is quite difficult here. Could someone advise me on this?

Upvotes: 0

Views: 73

Answers (1)

Bin Wang
Bin Wang

Reputation: 2747

If you can write C, you could give inotify a try. It is a kernel feature after 2.6. Here is a introduce article. And I'm wondering which OS are you using? I thought C# could only used under Windows.

Upvotes: 1

Related Questions