1) 使用 ls -i 查处该文件的 inode 号,假设为123 2) 使用find命令删除: rm `find ./ -inum 123`
rm -- -filename rm ./-filename