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 |
Give command that will make the file "run.sh" executable?
In Unix file permissions what does the second field denotes?
distinguish between paging and swapping?
What is the pipe command?
How do you change file permissions?
what does a process mean?
which script will invoke first ,when /etc/init.d starts
what is the use of the hidden files?
what is the default permission for /etc/shadow file in UNIX
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How to delete a directory containing files and folders?