Linux server delete garbled file steps

Use the command: ls -i to view the node number of the garbled file:

Delete files by command: find -inum node number -delete:

Reference: Steps for Linux Server to Delete Garbled Files_Coder&2012's Blog-CSDN Blog_linux Delete Garbled Files

Guess you like

Origin blog.csdn.net/a694704123b/article/details/125085842