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 / chin
Using chattr command we need to change the attributes.
and then normally remove using rm command.
ex: chattr -iIu example
then rm -rf example
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is the difference between find and locate command in linux?
why context switching time should be minimum? How it depends on hardware support?
Why echo is used in linux?
What is p command?
What is du -s * | sort -k1,1rn | head command used for?
How do you grep?
What is phony in makefile?
How use more command in linux?
What is df command in linux?
What is cpu in linux?
How do I search bash history?
What are linux commands?
What is command line in unix?
Explain the ‘ls’ command in linux
Why makefile is used in linux?