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 does r mean linux?
What is df command in linux?
What does p mean linux?
How will you suspend a running process and put it in the background?
What Command used to lock user password?
why context switching time should be minimum? How it depends on hardware support?
What is kill 9 in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is clang format?
Is makefile a shell script?
How do you create a blank file in linux?
What is in mkdir command?
How does case sensitivity affect the way you use commands?
How many types of commands are there in linux?
How do I check cpu usage?