<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to: Linux / UNIX Delete or Remove Files With Inode Number</title> <atom:link href="http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Ken</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-174973</link> <dc:creator>Ken</dc:creator> <pubDate>Tue, 18 Oct 2011 21:18:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-174973</guid> <description>I have an inode with 2 duplicate blocks.  I have the name of the inode and the blocks (all numbers) so how can I delete only one block and leave the other?</description> <content:encoded><![CDATA[<p>I have an inode with 2 duplicate blocks.  I have the name of the inode and the blocks (all numbers) so how can I delete only one block and leave the other?</p> ]]></content:encoded> </item> <item><title>By: Jack Nichol</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-173036</link> <dc:creator>Jack Nichol</dc:creator> <pubDate>Thu, 04 Aug 2011 08:36:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-173036</guid> <description>In my server i can see that the Inode is full. It shows 100%. It cause error when i access my domain in the browser. I have cleared all the files in &quot;/tmp&quot;. Now i have few free space in Inode.
+++++++
[~]# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/sd1            1200000 1188860   12640  100% /
none                  153600      96  153504    1% /dev
+++++++
How to find the files which cause the Inode space to be full. Is there any command to find the files that has created in the server due to Inode session. Please help.</description> <content:encoded><![CDATA[<p>In my server i can see that the Inode is full. It shows 100%. It cause error when i access my domain in the browser. I have cleared all the files in &#8220;/tmp&#8221;. Now i have few free space in Inode.</p><p>+++++++<br
/> [~]# df -i<br
/> Filesystem            Inodes   IUsed   IFree IUse% Mounted on<br
/> /dev/sd1            1200000 1188860   12640  100% /<br
/> none                  153600      96  153504    1% /dev<br
/> +++++++</p><p>How to find the files which cause the Inode space to be full. Is there any command to find the files that has created in the server due to Inode session. Please help.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-172402</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 11 Jul 2011 12:57:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-172402</guid> <description>On a related note,
using find {args} -exec rm -rf {} \;
is deprecated and should be replaced with find {args} -delete</description> <content:encoded><![CDATA[<p>On a related note,<br
/> using find {args} -exec rm -rf {} \;<br
/> is deprecated and should be replaced with find {args} -delete</p> ]]></content:encoded> </item> <item><title>By: Sanjay Kumar</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-172311</link> <dc:creator>Sanjay Kumar</dc:creator> <pubDate>Wed, 06 Jul 2011 18:32:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-172311</guid> <description>I got a better idea to delete/rename files/folder with special character and also without any risk..
Just WINSCP from Windows system to UNIX/Linux system.. then you can search and rename/delete the file/folder</description> <content:encoded><![CDATA[<p>I got a better idea to delete/rename files/folder with special character and also without any risk..<br
/> Just WINSCP from Windows system to UNIX/Linux system.. then you can search and rename/delete the file/folder</p> ]]></content:encoded> </item> <item><title>By: Dean</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-170699</link> <dc:creator>Dean</dc:creator> <pubDate>Tue, 19 Apr 2011 14:05:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-170699</guid> <description>Thanks - very useful.
dean</description> <content:encoded><![CDATA[<p>Thanks &#8211; very useful.</p><p>dean</p> ]]></content:encoded> </item> <item><title>By: venki</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-165850</link> <dc:creator>venki</dc:creator> <pubDate>Sat, 25 Dec 2010 23:25:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-165850</guid> <description>The special files created as above can be removed by &#039;rm&#039; cmd in my ubuntu 10.04. Probably the rm command is updated for simplicity.</description> <content:encoded><![CDATA[<p>The special files created as above can be removed by &#8216;rm&#8217; cmd in my ubuntu 10.04. Probably the rm command is updated for simplicity.</p> ]]></content:encoded> </item> <item><title>By: Madhukar</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-160957</link> <dc:creator>Madhukar</dc:creator> <pubDate>Thu, 11 Nov 2010 06:46:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-160957</guid> <description>one file got renamed to noname file (blank). Is it possible to open or rename a file with tab in its name.
apprieciate any help regarding this.</description> <content:encoded><![CDATA[<p>one file got renamed to noname file (blank). Is it possible to open or rename a file with tab in its name.</p><p>apprieciate any help regarding this.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-159163</link> <dc:creator>Anonymous</dc:creator> <pubDate>Tue, 24 Aug 2010 22:20:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-159163</guid> <description>This will delete a file regardless of how screwed up the name is.  Copy &#039;del&#039; to somewhere in your path, run del .  Paste the following into a file (del.c) and run cc -o del del.c
#include
int
main(int argc, char **argv)
{
return remove(argv[1]);
}</description> <content:encoded><![CDATA[<p>This will delete a file regardless of how screwed up the name is.  Copy &#8216;del&#8217; to somewhere in your path, run del .  Paste the following into a file (del.c) and run cc -o del del.c</p><p>#include</p><p>int<br
/> main(int argc, char **argv)<br
/> {<br
/> return remove(argv[1]);<br
/> }</p> ]]></content:encoded> </item> <item><title>By: cienias</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-156805</link> <dc:creator>cienias</dc:creator> <pubDate>Thu, 24 Jun 2010 11:32:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-156805</guid> <description>thx man :)</description> <content:encoded><![CDATA[<p>thx man :)</p> ]]></content:encoded> </item> <item><title>By: Mohit Joshi</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-156025</link> <dc:creator>Mohit Joshi</dc:creator> <pubDate>Fri, 14 May 2010 16:34:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-156025</guid> <description>how can we describe the uses of inode in linux ?</description> <content:encoded><![CDATA[<p>how can we describe the uses of inode in linux ?</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-155235</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 21 Apr 2010 15:44:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-155235</guid> <description>Had all kinds of fun trying to remove a file called ????
Confirmed afterwards that it wasn&#039;t just any old
# touch &quot;????&quot;
... kind of file.  Simple &quot;\&quot; did the trick on that one.  But the original file (don&#039;t know how it was created) wouldn&#039;t go down with rm with any manner of escaping, find (inode and -exec rm, method), or debugfs&#039;s rm command.  Eventually booted up Windows--pains me to say it, but.... WinSCP saw it as four ASCII squares and was able to delete it.  (WinSCP saw the `touch &quot;????&quot;` file properly... as ????)</description> <content:encoded><![CDATA[<p>Had all kinds of fun trying to remove a file called ????<br
/> Confirmed afterwards that it wasn&#8217;t just any old<br
/> # touch &#8220;????&#8221;<br
/> &#8230; kind of file.  Simple &#8220;\&#8221; did the trick on that one.  But the original file (don&#8217;t know how it was created) wouldn&#8217;t go down with rm with any manner of escaping, find (inode and -exec rm, method), or debugfs&#8217;s rm command.  Eventually booted up Windows&#8211;pains me to say it, but&#8230;. WinSCP saw it as four ASCII squares and was able to delete it.  (WinSCP saw the `touch &#8220;????&#8221;` file properly&#8230; as ????)</p> ]]></content:encoded> </item> <item><title>By: 2GB</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150876</link> <dc:creator>2GB</dc:creator> <pubDate>Wed, 30 Sep 2009 14:42:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150876</guid> <description>got a 2gb+ file which refuses to delete because of file system does not like large files. sco openserver unix.
my question is: can i delete it using the inode thing. i don&#039;t want to risk it by trying it before i know the concequences!.
Thanks for yor help</description> <content:encoded><![CDATA[<p>got a 2gb+ file which refuses to delete because of file system does not like large files. sco openserver unix.</p><p>my question is: can i delete it using the inode thing. i don&#8217;t want to risk it by trying it before i know the concequences!.</p><p>Thanks for yor help</p> ]]></content:encoded> </item> <item><title>By: netors</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150740</link> <dc:creator>netors</dc:creator> <pubDate>Mon, 21 Sep 2009 14:53:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150740</guid> <description>I have a server with a web app,
my inodes are all used up,
i see this tutorial to delete inodes,
but, i do not know which inodes/files to delete
i dont know where my web app is creating this innodes... how can i know this?&#039;</description> <content:encoded><![CDATA[<p>I have a server with a web app,<br
/> my inodes are all used up,<br
/> i see this tutorial to delete inodes,<br
/> but, i do not know which inodes/files to delete<br
/> i dont know where my web app is creating this innodes&#8230; how can i know this?&#8217;</p> ]]></content:encoded> </item> <item><title>By: Dave K</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150503</link> <dc:creator>Dave K</dc:creator> <pubDate>Thu, 03 Sep 2009 16:41:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-150503</guid> <description>Guys, for most cases you can just cd into another dir and do rm ../&quot;-rf-file&quot; and it works a charm. Only prob I had which brought me here was a file name &quot;^M&quot;
don&#039;t ask how I got it but i could not delete it to save my life...</description> <content:encoded><![CDATA[<p>Guys, for most cases you can just cd into another dir and do rm ../&#8221;-rf-file&#8221; and it works a charm. Only prob I had which brought me here was a file name &#8220;^M&#8221;<br
/> don&#8217;t ask how I got it but i could not delete it to save my life&#8230;</p> ]]></content:encoded> </item> <item><title>By: farnaz</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-149455</link> <dc:creator>farnaz</dc:creator> <pubDate>Sun, 12 Jul 2009 14:57:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-149455</guid> <description>How can I delete a picture in Linux?</description> <content:encoded><![CDATA[<p>How can I delete a picture in Linux?</p> ]]></content:encoded> </item> <item><title>By: thiru</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-149359</link> <dc:creator>thiru</dc:creator> <pubDate>Tue, 07 Jul 2009 07:22:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-149359</guid> <description>Hi friend,
Can any one teach me or tell me how to do backup using tape drive. currently i using  &quot;tar cMvf /dev/st0 /home&quot; but not very sure on this. how to do complete backup for few directory using 1 command.
Thanks
thiru</description> <content:encoded><![CDATA[<p>Hi friend,</p><p>Can any one teach me or tell me how to do backup using tape drive. currently i using  &#8220;tar cMvf /dev/st0 /home&#8221; but not very sure on this. how to do complete backup for few directory using 1 command.</p><p>Thanks</p><p>thiru</p> ]]></content:encoded> </item> <item><title>By: ciccio</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147953</link> <dc:creator>ciccio</dc:creator> <pubDate>Thu, 02 Apr 2009 18:25:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147953</guid> <description>that long line is a double middle dash :\ rm &quot;double dash&quot; etc..</description> <content:encoded><![CDATA[<p>that long line is a double middle dash :\ rm &#8220;double dash&#8221; etc..</p> ]]></content:encoded> </item> <item><title>By: ciccio</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147952</link> <dc:creator>ciccio</dc:creator> <pubDate>Thu, 02 Apr 2009 18:24:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147952</guid> <description>normal people use rm --  \\+Xy\ \\+\\8 , and that&#039;s it :)</description> <content:encoded><![CDATA[<p>normal people use rm &#8212;  \\+Xy\ \\+\\8 , and that&#8217;s it :)</p> ]]></content:encoded> </item> <item><title>By: Y Rodrigues</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147576</link> <dc:creator>Y Rodrigues</dc:creator> <pubDate>Fri, 06 Mar 2009 22:09:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147576</guid> <description>Hi, people,
I got a way to delete this file. I &#039;ve used &lt;b&gt;debugfs&lt;/b&gt;. It has a &lt;b&gt;rm&lt;/b&gt; command like the shell. Easy boys, read the man page.</description> <content:encoded><![CDATA[<p>Hi, people,</p><p>I got a way to delete this file. I &#8216;ve used <b>debugfs</b>. It has a <b>rm</b> command like the shell. Easy boys, read the man page.</p> ]]></content:encoded> </item> <item><title>By: Y Rodrigues</title><link>http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147573</link> <dc:creator>Y Rodrigues</dc:creator> <pubDate>Fri, 06 Mar 2009 20:45:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/delete-remove-files-with-inode-number.html#comment-147573</guid> <description>I have a file called winhelp.exe16. I can not delete it, neither by your method!
I am from Brazil, &quot;Operação não permitida&quot; means &quot;Operation not allowed&quot;.
[yr@localhost dlls]$ ls -l winhelp*
-----w----  1 root 32784 98320 Jan  4  1970 winhelp.exe16
[yr@localhost dlls]$ stat winhelp*
File: `winhelp.exe16&#039;
Size: 98320           Blocks: 16         IO Block: 4096   arquivo comum
Device: 308h/776d       Inode: 289         Links: 1
Access: (0020/-----w----)  Uid: (    0/    root)   Gid: (32784/ UNKNOWN)
Access: 1970-01-02 18:30:56.000000000 -0300
Modify: 1970-01-04 06:55:28.000000000 -0300
Change: 1970-01-03 12:43:12.000000000 -0300
[yr@localhost dlls]$ find . -inum 289 -exec rm -i {} \;
rm: remove write-protected arquivo comum `./winhelp.exe16&#039;? y
rm: imposível remover `./winhelp.exe16&#039;: Operação não permitida
[yr@localhost dlls]$ su
Password:
[root@localhost dlls]# find . -inum 289 -exec rm -i {} \;
rm: remove write-protected arquivo comum `./winhelp.exe16&#039;? y
rm: imposível remover `./winhelp.exe16&#039;: Operação não permitida
[root@localhost dlls]#</description> <content:encoded><![CDATA[<p>I have a file called winhelp.exe16. I can not delete it, neither by your method!<br
/> I am from Brazil, &#8220;Operação não permitida&#8221; means &#8220;Operation not allowed&#8221;.</p><p>[yr@localhost dlls]$ ls -l winhelp*<br
/> &#8212;&#8211;w&#8212;-  1 root 32784 98320 Jan  4  1970 winhelp.exe16<br
/> [yr@localhost dlls]$ stat winhelp*<br
/> File: `winhelp.exe16&#8242;<br
/> Size: 98320           Blocks: 16         IO Block: 4096   arquivo comum<br
/> Device: 308h/776d       Inode: 289         Links: 1<br
/> Access: (0020/&#8212;&#8211;w&#8212;-)  Uid: (    0/    root)   Gid: (32784/ UNKNOWN)<br
/> Access: 1970-01-02 18:30:56.000000000 -0300<br
/> Modify: 1970-01-04 06:55:28.000000000 -0300<br
/> Change: 1970-01-03 12:43:12.000000000 -0300<br
/> [yr@localhost dlls]$ find . -inum 289 -exec rm -i {} \;<br
/> rm: remove write-protected arquivo comum `./winhelp.exe16&#8242;? y<br
/> rm: imposível remover `./winhelp.exe16&#8242;: Operação não permitida<br
/> [yr@localhost dlls]$ su<br
/> Password:<br
/> [root@localhost dlls]# find . -inum 289 -exec rm -i {} \;<br
/> rm: remove write-protected arquivo comum `./winhelp.exe16&#8242;? y<br
/> rm: imposível remover `./winhelp.exe16&#8242;: Operação não permitida<br
/> [root@localhost dlls]#</p> ]]></content:encoded> </item> </channel> </rss>
