A file which is not deleted by normal user and also root
(using rm), for that type of file how we delete it?
Answer Posted / sanjay
Find the inode of that file then use find command to delete
ls -i
find . -inum <inode no> -exec /usr/bin/rm {} \;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Where is command history stored in linux?
What does mkdir mean?
What does make clean command do?
What is finger in networking?
How lilo is useful in linux?
Why bash is used in linux?
What are whois tools?
How do I clear my run history?
Who whoami linux?
What does c mean in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I check cores in linux?
How cp command works in linux?
Explain difference between swap partition and swap file?
What does free command do in linux?