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 clang linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What is bash linux?
How do I check my system performance?
Brief about the command nn?
What is cat command in linux?
Explain trap command of linux?
What is whois command in linux?
How cp command works in linux?
How do I check storage on linux?
What does the ps command do in linux?
How do I find cpu in linux?
What are grep patterns called?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
What is clang llvm?