Files
jeffrey_miller_flask_ftp/scripts/create_user.sh
Yannik Schmidt b90a41bac8 whups
2021-08-31 01:05:42 +02:00

6 lines
83 B
Bash
Executable File

#!/bin/bash
useradd -m -p ${1} ${2}
usermod -L ${2}
chsh -s "/sbin/nologin/" ${2}