Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 오운완
- 티지아이포럼
- 이코노미스트한국구독센터
- apollo-sandbox
- parquet
- 달리기
- 여행
- 런데이애플워치
- deepseek
- schema-registry
- 잘쉬어야지
- 루스틱
- Zone2
- 일권하는사회
- 트럼프2.0시대
- apollo-server-v3
- kafka-connect
- 여니브레드
- 마법의연금굴리기
- 가람집옹심이
- 강릉여행
- 중사랑
- 한국걱정
- 런데이
- 플라스틱은 어떻게 브랜드의 무기가 되는가
- 송고버섯피자
- 저동하녹
- sparksql
- neovim
- 마연굴
Archives
- Today
- Total
해뜨기전에자자
adduser 와 useradd 본문
useradd is native binary compiled with the system. But, adduser is a perl script which uses useradd binary in back-end.
adduser is more user friendly and interactive than its back-end useradd. There's no difference in features provided.
제공하는 기능은 같은데 useradd는 system에 원래 있는거고, adduser는 설치해서 씀. 근데 adduser 가 쓰기 더 편해서 쓴다.
ref: https://askubuntu.com/questions/611954/when-to-use-adduser-or-useradd
'개발 > linux & tools' 카테고리의 다른 글
container 간단히 (0) | 2019.01.17 |
---|---|
systemd initd (0) | 2018.11.25 |
haproxy vs nginx? (0) | 2018.05.16 |
route private network (0) | 2018.03.20 |
ssh proxy, ssh local fowarding (0) | 2018.03.20 |