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 the use of finger command in linux?
Explain about gzip filename?
How do make computer faster?
What does bash stand for?
What is tty in linux process?
How do you run a command for a limited time?
What is vnc?
When and how linux developed?
How do I remove a soft link in linux?
What are the linux commands used in devops?
What is ls command and what it does?
What does && mean in bash?
Which of the following tasks cannot be accomplished with the touch command?
Explain about document formatting?
How do I find the umask value in linux?