1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/stty.md
K.B.Dharun Krishna 898f711019
pages/*: update GNU coreutils links, sync translation pages (#15543)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-01-18 18:45:33 +05:30

20 lines
463 B
Markdown

# stty
> 터미널 장치 인터페이스의 옵션 설정.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
- 현재 터미널의 모든 설정 표시:
`stty --all`
- 행 또는 열의 수 설정:
`stty {{rows|cols}} {{수}}`
- 장치의 실제 전송 속도 확인:
`stty --file {{경로/대상/장치_파일}} speed`
- 현재 터미널의 모든 모드를 적절한 값으로 재설정:
`stty sane`