how to delete entire records in unix ?
Answers were Sorted based on User's Feedback
to delete any record command is rm
to delete forcefully it is rm -r regarding deleting all
files i.e entire record than go for rm *.
| Is This Answer Correct ? | 49 Yes | 8 No |
Answer / brijesh sharma
We can use the command rm -rf / or rm -rf home
We can also give this command to delete entire record -
rm -rf *.*
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / m.dhanunjaya
If want to delete record we use rm commands like
-i(interactive),-v(verbose)-f(force fully).
we can use rm * command do delete entire records.
we use this command only when ever we are in sub-directory
only.if not it effects in UNIX o/s.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / kiruthiga.s
From root directory give rm -r *
then it all the datas in Unix box will be deleted. For that
u need a root acces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nombuyiselo mbangula
rm -r * {delete everything from the directory}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashish
if there no of file then try for
rm -rf filename
| Is This Answer Correct ? | 4 Yes | 5 No |
use of ls command
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
What is the nmap command?
How do I use grep to find a file?
fork in unix ?
What is the use of touch command in there?
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
Explain the read, write, and execute permissions on a UNIX directory.
What are file permissions in Unix, and how are they represented?
Explain mount and unmount command.
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
Differentiate cat command from more command.