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


Please Help Members By Posting Answers For Below Questions

What is ll command in unix?

800


What is tty in linux process?

690


How can you copy lines into the buffer in command mode?

744


why is the tar command used?

734


Which command is used to find what is in your home directory?

728






What can you tell about the tar command?

744


How do I check cores in linux?

740


What is cat command in linux?

693


What is a make target?

728


How does grep work in linux?

684


How do I check my disk space?

630


Why is unix used?

728


What is the difference between kill and kill in linux?

1002


What are the 4 kinds of sentences with examples?

769


What does umask 077 mean?

741