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 tail command in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What would be the result of the command paste -s dog cat?
Explain grep command.
What is help command in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What does grep command do?
The command ‘umask -S’
How do you do nslookup?
How do I test my cpu speed?
How lilo is useful in linux?
What is the bash in linux?
How do I find old commands in linux?
Explain getopts command of linux?
Explain any one service which are working on udp only?