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:
24
pages.ko/linux/getent.md
Normal file
24
pages.ko/linux/getent.md
Normal 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 {{호스트}}`
|
Reference in New Issue
Block a user