Share Read on Mobile Enter Reading Mode Working with files by inode Posted on Jan 22nd, 2013 by Dave Lasley FilesystemsLinux Linux Table of Contents [hide] 1 Find the inode number 2 Remove by inode with find Find the inode number ∞ Use either stat {file-name} ls -il {file-name} Remove by inode with find ∞ find . -inum [inode-number] -exec rm -Rfi {} \; Beware, this is recursive and does not warn 0 SCAN THIS QR CODE WITH YOUR PHONE