Hi all!
I need to do the following:
Monitor a certain directory (for example, /media/server/ ) for new directories being created.
If a new directory is created, it should be written in a log file.
The goal is to create a system (using cron), which periodically checks whether new directories...