![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question about logging printer jobs... | Corrail | UNIX for Dummies Questions & Answers | 0 | 12-02-2005 08:09 AM |
| need more logging | dozy | UNIX for Dummies Questions & Answers | 3 | 11-18-2004 07:04 AM |
| Asking about logging in | blueberry80 | UNIX for Dummies Questions & Answers | 1 | 08-29-2003 06:51 AM |
| logging question | gillbates | UNIX for Dummies Questions & Answers | 1 | 10-19-2002 01:56 AM |
| logging when someone changes to su | kymberm | UNIX for Dummies Questions & Answers | 1 | 09-17-2002 06:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Logging question
Is there a log I can go to that will give me the filesystem opeations of all users. I wrote a script to delete some files and I want to make sure none were deleted out of a particular directory.
Dave |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
AFAIK thereis no such logging in *nix. You can write a script to check the existance of files in a specified dir(s). Then schedule to run this script with crontab in every n minutes and warn if any specified file(s) not found.
HTH |
|||
| Google The UNIX and Linux Forums |