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's a command word?
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
how many types of file in unix?
34 Answers MNC, TCS,
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Give the command for finding the current date.
in UNIX,what is the command to remove directory with files?
why unix commands can be divided into internal and external commands?
What do know about tee command and its usage?
What are Unix processes, and how do you manage them?
Explain ‘system calls’ with respect to unix commands?
How to see unused port number in Solaris?
What are filter commands in unix?