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:
코드싸이
2024-11-11 12:04:46 +09:00
committed by GitHub
parent 1be22f6d8b
commit 7598cffb1a
41 changed files with 839 additions and 1 deletions

24
pages.ko/linux/getent.md Normal file
View File

@@ -0,0 +1,24 @@
# getent
> Name Service Switch 라이브러리에서 항목을 가져옵니다.
> 더 많은 정보: <https://manned.org/getent>.
- 모든 그룹 나열:
`getent group`
- 그룹의 멤버 확인:
`getent group {{그룹_이름}}`
- 모든 서비스 나열:
`getent services`
- UID로 사용자명 찾기:
`getent passwd 1000`
- 역방향 DNS 조회 수행:
`getent hosts {{호스트}}`