how to delete entire records in unix ?
Answer Posted / 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 |
Post New Answer View All Answers
Name the unix command to find how many days the server has been up.
Explain command to view process running?
Which unix command lists files/folders in alphabetical order?
Explain mount and unmount command.
What are bash commands?
Can you explain a little bit about command substitution?
What do chgrp command do?
Write a command that will display files in the current directory, in a colored, long format.
Which command can you use to find the currently running process in unix server?
What's a command word?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Explain command to display different lines that are found when compare two files?
What are some command words?
What is the use of egrep command in unix?
Is it inbetween or in between?