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
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
How commands work in linux?
What is the root directory linux?
What is in mkdir command?
what do know about commands?
What is nbtstat command?
What does the ps command do in linux?
How do I check disk space in bash?
What is the makefile in c?
How does mkdir work in linux?
How do I find previous commands in linux?
What does chmod 644 do?
What is devops model?
What is cmake in linux?
How can I type in cmd?