文件操作 - keyboard-setup.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/console-setup/keyboard-setup.sh
编辑文件内容
#!/bin/sh if \ [ -x /etc/console-setup/cached_setup_keyboard.sh ] \ && /etc/console-setup/cached_setup_keyboard.sh then : else if [ -f /etc/default/locale ]; then # In order to permit auto-detection of the charmap when # console-setup-mini operates without configuration file. . /etc/default/locale export LANG fi setupcon -k fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件