Answers for "linux list create new user"

22

list users in linux

cat /etc/passwd
Posted by: Guest on April-06-2020
1

create user linux

sudo useradd -U -m -d '/home/user' -s '/bin/bash' user
Posted by: Guest on January-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language