現象: Ubuntu 在下達 command 之後, 系統回應的訊息會包含中文字。這樣的狀況會讓系統在需要維護時, command line interface 的訊息會完全無法閱讀。
解決方法:
[參考網址: https://askubuntu.com/questions/264283/switch-command-output-language-from-native-language-to-english]
使用 'LC_ALL=C bash' 指令, 在提示符號下達此指令後, 訊息就會以英文顯示;
如果要恢復為原語系設定,則再下達 'unset LC_ALL' 指令即可。
沒有留言:
張貼留言