PDA

View Full Version : To remove a file by its inode number



sparktechs
01-11-2007, 04:40 AM
First issue the command
sparksupport.com]# ls -i

sparksupport.com]#find . -inum inode -ok rm '{}' \;

where inum is the inode number.

sfxdip
05-17-2007, 10:00 AM
thanks for sharing..

Deem Host
07-31-2012, 05:23 PM
Gud sharing thank you.