Re: the disappearing directory
Herta Van den Eynde <[email protected]> Sun, 27 Dec 2009 17:33:36 +0100
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
2009/12/27 Glynn Clements <[email protected]> > > xPol wrote: > > > A weird behavior on my laptop: directories /usr/local/var/log > > /usr/local/var/logs created by root get deleted a few minutes afterwards. > > > > How can i discover what process is to blame? > > One possibility is to create a file in that directory with the > immutable attribute ("chattr +i ...") and see if anything shows up in > the system log files. > > -- > Glynn Clements <[email protected]> > -- > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html Another possibility is to write wrapper scripts round the rm , rmdir, and unlink commands, which write "who am i" and "pstree $$" output to a file before executing the actual rm, rmdir or unlink. Kind regards, Herta -- "Life on Earth may be expensive, but it comes with a free ride around the Sun." -- To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html