windows/*: add and update Korean translation (#14641)
Co-authored-by: Chooooo <contact@choo.ooo> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
21
pages.ko/windows/finger.md
Normal file
21
pages.ko/windows/finger.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# finger
|
||||
|
||||
> 지정된 시스템의 사용자 정보 반환.
|
||||
> 원격 시스템은 Finger 서비스를 실행 중이어야 합니다.
|
||||
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/finger>.
|
||||
|
||||
- 특정 사용자에 대한 정보 표시:
|
||||
|
||||
`finger {{사용자}}@{{호스트}}`
|
||||
|
||||
- 지정된 호스트의 모든 사용자에 대한 정보 표시:
|
||||
|
||||
`finger @{{호스트}}`
|
||||
|
||||
- 더 긴 형식으로 정보 표시:
|
||||
|
||||
`finger {{사용자}}@{{호스트}} -l`
|
||||
|
||||
- 도움말 정보 표시:
|
||||
|
||||
`finger /?`
|
Reference in New Issue
Block a user