1 shell script tagged "ew"
- Shell script for search for no password entries and lock all accounts
#!/bin/bash
# Shell script for search for no password entries and lock all accounts
# ————————————————————————-
# Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# ————————————————————————-
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information.
# ————————————————————————-
# Set your email
ADMINEMAIL="admin@somewhere.com"
### Do not change anything [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

