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
How do you kill a process in linux?
What is clang llvm?
What are linux commands useful?
How do make computer faster?
How do I change shell in linux?
Which are the linux directory commands?
Who command in linux?
What command should you use to check the number of files and disk space used and each user’s defined quotas?
How do I run whois command?
What does && mean in linux?
How do you ask politely?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What is df -h command?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
What are grep patterns called?