工夫/Linux
리눅스 언어 변경하기
치세
2012. 3. 8. 11:48
[root@localhost ~]# cd /etc/sysconfig
[root@localhost sysconfig]# pwd
/etc/sysconfig
[root@localhost sysconfig]# ls
apm-scripts grub kudzu rhn
apmd hidd mkinitrd samba
atd httpd modules saslauthd
auditd hwconf netconsole selinux
authconfig i18n network sendmail
autofs init network-scripts smartmontools
bluetooth ip6tables-config networking syslog
cbq ipmi nfs system-config-securitylevel
clock iptables-config ntpd system-config-users
conman irda pand udev-stw
console irqbalance pm-action wpa_supplicant
cpuspeed kdump prelink xinetd
crond kernel raid-check
desktop keyboard rawdevices
dund krb524 readonly-root
에서 i18n 파일을 확인 해 보면
[root@localhost sysconfig]# cat i18n
LANG="ko_KR.UTF-8"
로 나타난다. 여기서 ko_KR 를 eng 로 변경하면 영어로 설정이 된다.