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


Please Help Members By Posting Answers For Below Questions

Who am I command in linux?

555


What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

528


Which command is used to clear the screen?

542


Explain about the command elm?

574


What is help command in linux?

545






What is clang tidy?

564


What does history command do in linux?

525


What does wc command do in unix?

527


How do I run a shell script?

503


What is linux load average?

583


What does cd – command do?

591


Is makefile a shell script?

552


What is mkdir p?

559


What is the copy command in linux?

466


How do you create a file?

526