how to delete entire records in unix ?
Answer Posted / siva
use rm -rf \
delete entire root directory
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the use of finger command?
What is the general format of unix command syntax?
What is the difference between grep and grep?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is grep in bash?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain mount and unmount command.
Which command is used to kill the last background job?
What is the behavioural difference between cmp and diff commands?
What is merge command in unix?
What is pipe command in unix?
How do I search a whole word in vim?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I find previous commands in unix?
What does the command '$ls | wc –l > file1' do?