PDA

View Full Version : Bash check drag&drop



dragos2
April 27th, 2010, 01:27 PM
I have a list of folders(projects), and in this folders there are other folders and files.

It happens sometimes that users drag&drop files between these folders and I want to set up a cron to check if someone accidentally moved/copied files from one project to another.
The project folder (highest level) can't be moved because of permissions but files and folders inside can.

Any suggestion how to achieve this ? Make trees, hashes, search ?