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 / sanjay
Find the inode of that file then use find command to delete
ls -i
find . -inum <inode no> -exec /usr/bin/rm {} \;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is command to check ports running/used over local machine
How lilo is useful in linux?
How do I run a .sh file in linux?
What is devops linux?
What does the command env do?
Brief about finger username?
What is a good processor speed?
What is df -h command?
What command is used to check the number of files, disk space, and each user’s defined quota?
Explain about document formatting?
How much ram do I have linux?
What is grep command?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
How do I find the process id in linux?
Can I delete .bash history?