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 ll command in unix?
What is tty in linux process?
How can you copy lines into the buffer in command mode?
why is the tar command used?
Which command is used to find what is in your home directory?
What can you tell about the tar command?
How do I check cores in linux?
What is cat command in linux?
What is a make target?
How does grep work in linux?
How do I check my disk space?
Why is unix used?
What is the difference between kill and kill in linux?
What are the 4 kinds of sentences with examples?
What does umask 077 mean?