Skip to content

Instantly share code, notes, and snippets.

@prakharjain09
Created May 11, 2020 05:59
Show Gist options
  • Save prakharjain09/4bc2dd73d641f64f8bb9a263ea46bc1c to your computer and use it in GitHub Desktop.
Save prakharjain09/4bc2dd73d641f64f8bb9a263ea46bc1c to your computer and use it in GitHub Desktop.
#! /bin/bash
USER=$1
PASS=$2
usermod --password $(echo $PASS | openssl passwd -1 -stdin) $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment