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
How find ip address linux?
What are grep patterns called?
How do you kill a process in linux?
What is whois command?
What is bash linux?
What is difference between free and available memory in linux?
What are grep commands?
How do I find the process id in linux?
What does df command do in linux?
How do you run command every time a file is modified?
How do I find cpu in linux?
What is cpu core in linux?
How do I check command history?
How to write the output of a command to a file?
How do I clear my run history?