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
What is llvm used for?
What is iptables command in linux?
What is devops linux?
How do I check storage on linux?
What is the role of case sensitivity in affecting the way commands are used?
Hi everyone i want to learn Devops in Hyderabad can anyone please suggest me best institute.
In order to display the last five commands you have entered using the fc command, you would type?
How do you save a file in linux?
What is command example?
Explain grep command.
What is mask and umask in linux?
What can you tell about the tar command?
What is history command in linux?
What are grep patterns called?
What does umask 022 mean?