mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 04:46:06 +02:00
16 lines
402 B
Markdown
16 lines
402 B
Markdown
# logoff
|
|
|
|
> 로그인 세션을 종료합니다.
|
|
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/logoff>.
|
|
|
|
- 현재 세션 종료:
|
|
|
|
`logoff`
|
|
|
|
- 이름 또는 ID로 세션 종료:
|
|
|
|
`logoff {{세션_이름|세션_아이디}}`
|
|
|
|
- RDP를 통해 연결된 특정 서버에서 세션 종료:
|
|
|
|
`logoff {{세션_이름|세션_아이디}} /server:{{서버명}}`
|