how to delete entire records in unix ?
Answers were Sorted based on User's Feedback
Answer / joker
1) rm
2) rm -rf
Will work, but they will work in interactive mode since many
sysadmins will add a alias for rm as
alias rm rm -i
to override this use
\rm
\rm -rf
| Is This Answer Correct ? | 0 Yes | 6 No |
What is the difference between udp and tcp?
Which mode is used for allowing file write,read and append mode?
what are processor execution levels and priorities?
How will you know who are the users logged in to the system before 15 minutes?
what are the uses of filters?
What is grep r?
What is rmdir command?
What is the search command in unix?
What are file permissions in Unix, and how are they represented?
Which command should you use to find the remaining disk space in unix server?
What is grep short for?
use of ls command