how to delete entire records in unix ?

Answers were Sorted based on User's Feedback



how to delete entire records in unix ?..

Answer / avinandan behera

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

how to delete entire records in unix ?..

Answer / my name

rm -rf *

Is This Answer Correct ?    7 Yes 2 No

how to delete entire records in unix ?..

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

how to delete entire records in unix ?..

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

how to delete entire records in unix ?..

Answer / kiruthiga.s

rm - r*

Is This Answer Correct ?    2 Yes 1 No

how to delete entire records in unix ?..

Answer / siva

use rm -rf \

delete entire root directory

Is This Answer Correct ?    4 Yes 4 No

how to delete entire records in unix ?..

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

how to delete entire records in unix ?..

Answer / srihari

rm -r *

Is This Answer Correct ?    0 Yes 0 No

how to delete entire records in unix ?..

Answer / nombuyiselo mbangula

rm -r * {delete everything from the directory}

Is This Answer Correct ?    0 Yes 0 No

how to delete entire records in unix ?..

Answer / ashish

if there no of file then try for
rm -rf filename

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


what is difference between unix and linux?

6 Answers   IBM, Shell, Wipro,


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


How does one process we can start an executable file? How to get the PID process, which we started?

6 Answers  






Name the unix command to find how many days the server has been up.

0 Answers  


What is the difference between Shell Programming and Shell scripting?

10 Answers   HCL, TCS, Wipro,


boot process?

2 Answers   Atos Origin, Wipro,


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


What does mkdir up2date; touch outdated up2date do?

2 Answers  


How do you find out all processes that are currently running in UNIX OS?

10 Answers  


Can you explain a little bit about command substitution?

0 Answers  


Categories