[root@server]# useradd zeesoo
[root@server]# adduser zeesoo
[root@server]# passwd zeesoo
su -zeesoo
[root@server]# userdel -r zeesoo
전체 목록 확인
cat /etc/passwd
아이디만 잘라서 확인
cut -f1 -d: /etc/passwd
[root@server]# useradd -D
-c
: 사용자 이름 / 정보-d
: 사용자 홈 디렉토리-e
: 계정 유효기간-f
: 비활성 기간-g
: 기본그룹-G
: 다중그룹-s
: 로그인 쉘( ex) bash shell )-u
: 계정 uid출처
https://jhnyang.tistory.com/10
https://m.blog.naver.com/PostView.nhn?blogId=oiktoail&logNo=220852642410&proxyReferer=https:%2F%2Fwww.google.com%2F
https://withcoding.com/101
https://overcode.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-%EC%82%AC%EC%9A%A9%EC%9E%90-%EB%AA%A9%EB%A1%9D-%ED%99%95%EC%9D%B8-Linux-User-List