Linux delete garbled files

  
 

Some garbled files cannot be managed by the normal rm command. It can be deleted by deleting the i node. [root@yusky]# ls??,?K?k?ͨa*.?J]?k?Φ??P???Z?b?A?R???X??u??.? ????*H@B?T???xS*View the i-node of garbled files [root@yusky]# ls -liaha54263996 -rw-rw-r-- 1 yusky 0 Sep 20 16:57 ??, ?K?k?ͨa*.?J]?k?Φ??P???Z?b?A?R???X??u????????*H@B?T ???xS* use the find command to find files to delete [root@yusky]# find . -inum 54263996 -exec rm {} -rf \\;[root@yusky]# ls -a. ..

Now Has been deleted. Please confirm carefully before deleting, so as not to delete it by mistake

Copyright © Windows knowledge All Rights Reserved