Deleting file by inode (delete though's file rm just cant get rid of) Linux · Solaris Linux · Solaris Find out file inode Find out file inode number: ls -il {<filename> Use find command to remove file find . -inum <inode-number> -exec rm -i {} ; Older Displaying DHCP clients from the CLI of a CISCO 877 router Newer Output Strings in Lowercase -- UNIX