RHEL 6 とは異なり、locale=ja_JP.utf8 を設定した RHEL 7 以降では、`ls -l` コマンドの実行時にすべてのファイルの年が表示されない
Issue
locale=ja_JP.utf8 を設定した RHEL 6 では、ls -l
コマンドを実行すると、すべてのファイルの年が表示されます。
[root@vm67 tmp]# ls -l
合計 0
-rw-r--r--. 1 root root 0 12月 16 09:04 2019 file1
-rw-r--r--. 1 root root 0 11月 16 09:04 2019 file2
-rw-r--r--. 1 root root 0 10月 16 09:04 2019 file3
-rw-r--r--. 1 root root 0 9月 16 09:04 2019 file4
-rw-r--r--. 1 root root 0 8月 16 09:04 2019 file5
-rw-r--r--. 1 root root 0 7月 16 09:04 2019 file6
-rw-r--r--. 1 root root 0 6月 16 09:04 2019 file7
-rw-r--r--. 1 root root 0 1月 18 00:00 2020 test
[root@vm67 tmp]#
ただし、RHEL 7 以降では動作が異なります。
locale=ja_JP.utf8 を設定した RHEL 7 では、ls -l
コマンドを実行しても、すべてのファイルの年は表示されません。
[root@vm77 tmp]# ls -l
合計 0
-rw-r--r--. 1 root root 0 12月 17 18:19 file1
-rw-r--r--. 1 root root 0 11月 17 18:19 file2
-rw-r--r--. 1 root root 0 10月 17 18:19 file3
-rw-r--r--. 1 root root 0 9月 17 18:19 file4
-rw-r--r--. 1 root root 0 8月 17 18:19 file5
-rw-r--r--. 1 root root 0 7月 17 2019 file6
-rw-r--r--. 1 root root 0 6月 17 2019 file7
-rw-r--r--. 1 root root 0 1月 18 00:00 test
[root@vm77 tmp]#
Environment
- Red Hat Enterprise Linux 7
- Red Hat Enterprise Linux 8
- Red Hat Enterprise Linux 9
- locale=ja_JP.utf8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.