↓ Skip to Main Content

Blackcat Software

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: inode

Delete a stubborn Linux file

By Dave Posted on 07-Apr-2015 Posted in Fedora, Linux, Sun No Comments Tagged with delete, inode, Linux

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 {} \;

© 2025 Blackcat Software | Powered by Responsive Theme