The rm command removes links to file. What does this mean?
How then is a file deleted from the
file system?
Answer Posted / 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 |
Post New Answer View All Answers
What is the first character of the output in ls l command?
What are bash commands?
How can we use grep command in unix?
How do I use grep to search for a file?
Name the various commands that are used for the user information in unix.
What is the command to view process running?
What does grep v do?
Is ‘du’ a command? If so, what is its use?
What is the use of cut command in unix?
What does #!/ Bin sh do?
What does the command '$ls | wc –l > file1' do?
What is command substitution?
What does pipe () return?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the command ' $who | sort –logfile > newfile' do?