The rm command removes links to file. What does this mean?
How then is a file deleted from the
file system?
Answers were Sorted based on User's Feedback
Answer / usama el far
I think he is asking about this :
- when we remove a file what happens actually that it will
be removed from the inode table && its entery in the parent
directory will be removed too
here what happened that the file's data blocks were not
removed actually from the hard disk but there is no pointing
/ linking to it
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / aseem
rm never delete the link. only file get removed from index.
so it will not come when you will use ls command
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / chakri
if we do $rm filename, the file is is removed or
deleted.there is no utility to restore the file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hari
no.mean command is description for the unix commands
ex:man cat
rm filname
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / balaji
actually, rm does not remove the link.
link can be deleted by using ulink.
| Is This Answer Correct ? | 3 Yes | 4 No |
What is used to type command?
What command a user use to view a long text file one page at a time in UNIX?
What's a command word?
who to change the duplex setting of network interface in command line
Name the various commands that are used for the user information in unix.
How do I delete files from command prompt?
What are bash commands?
What is ctrl d?
How do you remove a crontab file?
Give the command to display space usage on the UNIX file system.
What does pipe () return?
How do you find files in Unix?