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
Which command is used to check the number of files and disk space used and the each user’s defined quota?
How can we increase disk read performance in single command in Linux?
What is bc command in unix?
Explain about the command lynx?
What does history command do in linux?
What are bash scripts used for?
How do I get to root directory in linux?
How do I check dns entry?
What the command used for list the contents of your home directory, current directory and all subdirectories?
What is history command in linux?
How do you grep?
What is FC command?
Explain trap command of linux?
State and explain about features of UNIX?
What is command line in unix?