how to delete entire records in unix ?
Answer Posted / kiruthiga.s
From root directory give rm -r *
then it all the datas in Unix box will be deleted. For that
u need a root acces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the command to compare two files in unix?
What is the use of find command in unix?
Can you explain a little bit about command substitution?
What are filter commands in unix?
What is awk good for?
What is grep command in unix with examples?
Who invented grep?
What do chgrp command do?
What is the command to view process running?
What is the search command in unix?
What do chmod, chown, chgrp commands do?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Why is it called a shebang?
How does the system know where one command ends and another begins?
What is the use of tee command?