how to delete entire records in unix ?
Answer Posted / 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 |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
What is the significance of the 'tee' command?
How do I delete files from command prompt?
Which command will print your home directory on screen?
Which command is used to copy files?
What does sed command do in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Describe the usage and functionality of the command rm –r * in unix?
How does the system know where one command ends and another begins?
Which command can you use to find the currently running process in unix server?
How do I open a port?
What does pipe () return?
What is “chmod” command?
Explain the steps that a shell follows while processing a command.
How do you grep recursively?