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 do I check cpu usage?
Enlist some linux to file content commands?
How do I find hostname in linux?
What does the command env do?
Explain shift command of linux?
What does make clean command do?
List the three main parts of an operating system command?
What is clang tidy?
Why is unix used?
What is command example?
How many commands are there in linux?
What is the pwd command?
Why do we use cmake?
What is the example of command sentence?
How do I get to root directory in linux?