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
What are the general commands in using unix os for a beginner?
Is it inbetween or in between?
What is a command and examples?
What does the md command do?
How to display no of records in oracle using unix command?
What is unix command line?
Which unix command lists files/folders in alphabetical order?
What is the use of awk command in unix?
What is “chmod” command?
What is the command to view process running?
How can you see the command line history?
Why is it called a shebang?
What are some command words?
Explain ‘library functions’ with respect to unix commands?
Explain command to view process running?