Re: HELP - track deletion of a symbolic link
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 06/03/04
- Previous message: Mukesh: "HELP - track deletion of a symbolic link"
- In reply to: Mukesh: "HELP - track deletion of a symbolic link"
- Next in thread: Nick Maclaren: "Re: HELP - track deletion of a symbolic link"
- Reply: Nick Maclaren: "Re: HELP - track deletion of a symbolic link"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 03 Jun 2004 11:13:46 -0400
In article <6678e873.0406030703.661bf71d@posting.google.com>,
msabnis1@yahoo.com (Mukesh) wrote:
> Hello Guys,
>
> I have a symbolic link defined in our Unix system. But it gets deleted
> everyweek three or more time during the night. Is there anyway I can
> log/audit its deletion so that I can find out who is doing it?
Some versions of Unix have file system auditing capabilities. Since you
haven't told us what type of Unix you're running, we can't tell whether
yours does or how to enable it.
If it's happening on a regular basis, it's probably due to a cron job.
You could write a job that checks for its existence every 10 minutes,
which would narrow down the time when it's being deleted. Then you can
scan for cron jobs that run at that time.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Previous message: Mukesh: "HELP - track deletion of a symbolic link"
- In reply to: Mukesh: "HELP - track deletion of a symbolic link"
- Next in thread: Nick Maclaren: "Re: HELP - track deletion of a symbolic link"
- Reply: Nick Maclaren: "Re: HELP - track deletion of a symbolic link"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|