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 the difference between grep and grep?
What are Unix processes, and how do you manage them?
What UNIX command will control the default file permissions when files are created?
How to find and replace the below command?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
Which command will print your home directory on screen?
Who wrote grep?
What is the use of cut command in unix?
How to use grep command to list find the records of a file containing 10 different strings?
What is the pipe command?
What command would users use to see what file one page at a time in UNIX?
What is the difference between awk and grep?