Maintenance of btmp
Keep last “N” bad login attempts
The following is an awk(1) script…
# process the first file ${RUSER_FILE}
# (the one with the real login users)
NR == FNR {
vu[$1]=0 #valid user
}
Continued on next slide ?
Author | Title | Tracks | Home