guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
17
pages.ko/linux/groupadd.md
Normal file
17
pages.ko/linux/groupadd.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# groupadd
|
||||
|
||||
> 시스템에 사용자 그룹 추가.
|
||||
> 같이 보기: `groups`, `groupdel`, `groupmod`.
|
||||
> 더 많은 정보: <https://manned.org/groupadd>.
|
||||
|
||||
- 새 그룹 생성:
|
||||
|
||||
`sudo groupadd {{그룹_이름}}`
|
||||
|
||||
- 새 시스템 그룹 생성:
|
||||
|
||||
`sudo groupadd --system {{그룹_이름}}`
|
||||
|
||||
- 특정 그룹 ID로 새 그룹 생성:
|
||||
|
||||
`sudo groupadd --gid {{ID}} {{그룹_이름}}`
|
Reference in New Issue
Block a user