在最近的操作中发现一些上传的文件有乱码,更改几次都无法正常转换到中文.下面给出正确的解决方案: 使用 ls -i 或者 ls -inum 查找出文件id号(红色字体) [root@localhost home]# ls -i260615 epel-release-latest-6.noarch.rpm test.txt[root@localhost home]# ls -inum test.txt, 260615 epel-release-latest-6.noarch.rpm[root@loc