Can't change to Korean-named directory on my debian server
        Posted  
        
            by 
                DaLynX
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by DaLynX
        
        
        
        Published on 2013-11-01T22:17:08Z
        Indexed on 
            2013/11/02
            3:57 UTC
        
        
        Read the original article
        Hit count: 553
        
I made a rsync backup of some directories from a macbook laptop to a debian server. Some of these have korean characters (Hangeul) in their names. After fixing my server's locale, it displays well when I do a ls for instance. But I can't cd to it.
Example:
$ ls -1 | head
???
dirA
dirB
…
But if try to go browse that directory:
$ cd ? ? ?
cd: 3: can't cd to ???
Any idea what's wrong and how to fix it ?
© Server Fault or respective owner