Delete a stubborn Linux file Dave Posted on 07-Apr-2015 Posted in Fedora, Linux, Sun No Comments Delete the file by it’s inode. 12345 is the inode number returned in the ls command. $ su - Password: xxxxxxx # ls -il # find . -inum 12345 -exec rm -i {} \; Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Like this:Like Loading... Related Tagged with: delete, inode, Linux
Leave a Reply