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 / vishak
using the chattr command you can remove that file.
eg: if you give chattr +i filename you will get that error.
To overcome type the following command.
chattr -i filename.
after that you use rm -rf filename it will work.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to know linux os is 32 bit or 64 bit?
What does mkdir mean?
How many interfaces(ethernet cards) are working using single command?
What is the bash in linux?
What are grep patterns called?
How do I set permission to run in linux?
What is ulimit in linux?
How do you create a text file in linux terminal?
Explain about the command elm?
What is the best cpu stress test?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What are the basic commands for user management?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
How do you kill a process in linux?
What is cpu in top command?