How to delete a directory containing files and folders?
Answer Posted / subbareddy kake
rm <file name>: For deleting the file
rm -i:It will ask conformation
rmdir:For removing the directory
rm -r:It remove recursively all files and directory itself
rm -rf: for deleting the all files and subdirectories in
current directory
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I clear my terminal history?
How do I delete files from command prompt?
why metadb requires a seperate slice to create Solaris volume manager
How do you grep a case insensitive?
What are the unix commands?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the behavioural difference between cmp and diff commands?
What is ctrl d?
Which command is used to create a directory?
How to find $ai_serual resolved path by using unix
Name the general commands in using unix os for a beginner?
How can you see the command line history?
hw will u use awk in replacing cahrs and files
What is the use of finger command?
Explain how to use grep command to list find the records of a file containing 10 different strings?