in UNIX,what is the command to remove directory with files?
Answers were Sorted based on User's Feedback
Answer / manikandan
\rm -rf directoryName
This is used for remove dirctory with confirmation
| Is This Answer Correct ? | 21 Yes | 12 No |
Answer / keerthana
rm -r directory_name
rm -ir director_name
rm -rf directory_name
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / julias ceasor a
rm -rf <directory_name> without confirmation
rm -r <directory_name> With confirmation for all files it
conatins.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rejaul
at first delete the file in that directory with
rm *
then comeout of that directory and then
type rmdir (directory name)
| Is This Answer Correct ? | 2 Yes | 1 No |
What is shrinking file system in AIX where it actually resides?
How to get a particular string as your prompt ? Give syntax of that command?
what is the default signal kill in unix?
What is .sh file?
What do you mean by zambie process?
Which command is used to delete all files in the current directory and all its sub-directories?
what is the use of "grep" command?
How can you see the command line history?
Give the command to display space usage on the UNIX file system.
what is mount ,tell me about mount ,how can u use in real time project??
Name the general commands in using unix os for a beginner?
What is the functionality of a top command?