mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

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