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