Check for files belongs to an unknown user or unknown group.
Do not run by default.
This commit is contained in:
parent
883fab98f1
commit
3c4c203704
14
etc/periodic/weekly/340.noid
Normal file
14
etc/periodic/weekly/340.noid
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $Id$
|
||||
|
||||
exit 0 # do not run by default
|
||||
|
||||
echo ""
|
||||
echo "Check for files belongs to an unknown user or unknown group:"
|
||||
|
||||
# directories to be verified
|
||||
: ${NOIDSEARCHPATHS="/"}
|
||||
|
||||
find -H $NOIDSEARCHPATHS -fstype local \( -nogroup -or -nouser \) -print
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
|
||||
# $Id: Makefile,v 1.2 1997/08/18 16:49:40 pst Exp $
|
||||
|
||||
BIN= 120.clean-kvmdb \
|
||||
300.uucp \
|
||||
310.locate \
|
||||
320.whatis \
|
||||
330.catman \
|
||||
340.noid \
|
||||
999.local
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user