how to delete entire records in unix ?
Answer Posted / brijesh sharma
We can use the command rm -rf / or rm -rf home
We can also give this command to delete entire record -
rm -rf *.*
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are some command words?
Why is it called grep?
What is $0 bash?
What are the general commands in using unix os for a beginner?
How do you grep recursively?
What is the functionality of a top command?
What are file commands?
Who invented grep?
What is the behavioural difference between cmp and diff commands?
Write a command that will display files in the current directory, in a colored, long format.
What is difference between grep and find command in unix?
How do I search for text in vi?
Explain command to show the space allocation of files?
Which command is used to find whether the system is 32 bit or 64 bit?
How can we use grep command in unix?