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 does df command do in linux?
why context switching time should be minimum? How it depends on hardware support?
What language is a makefile written in?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
What file type is a makefile?
How do I run a shell script?
Which daemon is used for scheduling of the commands?
What is simple command?
Explain about chmod options filename?
What is df command in linux?
What is ulimit in linux?
What does sh do in linux?
What are the examples of simple command?
What does grep grep do?
What is Data Command?