1 shell script tagged "root user"
- Script to update user password in batch mode using pwgen and chpasswd
#!/bin/bash
# Script to update user password in batch mode
# You must be a root user to use this script
# ————————————————————————-
# Copyright (c) 2005 nixCraft project
# 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.
# ———————————————————————-
# /root is [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

