os:ubuntu:ssh:lc_ctype
LC_CTYPE 에러 대응
에러메세지
scp 01-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8) -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
해결방법
- /etc/environment 파일에 locale 설정추가
# vi /etc/environment LANG=ko_KR.UTF-8 LC_ALL=ko_KR.UTF-8
os/ubuntu/ssh/lc_ctype.txt · 마지막으로 수정됨: 저자 starlits
