mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-07 17:21:36 +01:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
useradd -m -p ${1} ${2}
|
|
usermod -L ${2}
|
|
chsh -s "/sbin/nologin" ${2}
|