This file is indexed.

/etc/profile.d/Z99-zip-gbk.sh is in ubuntukylin-default-settings 1.4.4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
case $LANGUAGE in
  zh_CN*)
    export UNZIP="-O GBK"
    export ZIPINFO="-O GBK"
    ;;
esac