CentOS 계정 생성 및 삭제
1. 계정 생성
1
[root@localhost ~]# useradd 계정명
2. 계정 삭제
- 계정과 홈 디렉터리 모두 삭제
1
[root@localhost ~]# userdel -r 계정명
- 계정만 삭제
1
[root@localhost ~]# userdel 계정명
This post is licensed under CC BY 4.0 by the author.
1
[root@localhost ~]# useradd 계정명
1
[root@localhost ~]# userdel -r 계정명
1
[root@localhost ~]# userdel 계정명