解決方法:
1、安裝convmv
[root@openstack-manager-h1 chesunexcelfiledevimage]# yum install convmv
2、批次遞歸修改目前目錄下的檔案名稱(建議教學課程: centos使用教學)
[root@openstack-manager-h1 chesunexcelfiledevimage]# convmv -f GBK -t UTF-8 -r --notest ./*
convmv 使用方法:
convmv -f 源编码 -t 新编码 [选项] 文件名
參數:
-r 遞迴處理子資料夾
–notest 真正進行操作,預設情況下是不對檔案進行真實操作
相關影片教學推薦:linux影片教學
##
以上是centos系統下資料夾名稱亂碼的詳細內容。更多資訊請關注PHP中文網其他相關文章!