netstat,logoff,i*: add Korean translation (#14606)

This commit is contained in:
Chooooo
2024-11-04 13:02:03 +09:00
committed by GitHub
parent bb903868c9
commit 3b77cef123
8 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logoff
> 로그인 세션을 종료합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/logoff>.
- 현재 세션 종료:
`logoff`
- 이름 또는 ID로 세션 종료:
`logoff {{세션_이름|세션_아이디}}`
- RDP를 통해 연결된 특정 서버에서 세션 종료:
`logoff {{세션_이름|세션_아이디}} /server:{{서버명}}`