Describe the usage and functionality of the command rm –r * in unix?
Answer Posted / hr@tgksolutions.com
The command rm –r * erases all files in a directory with its subdirectories.
• rm is for deleting files
• -r is to delete directories and subdirectories with files within
• * is indicate all entries
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
Write a command to display a file’s contents in various formats?
How do I delete files from command prompt?
Describe the usage and functionality of the command rm –r * in unix?
Name the various commands that are used for the user information in unix.
What is the comma to show the space allocation of files?
What is time_t?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the search command in unix?
What are reported commands?
How do I run a whois command?
What is awk good for?
What is difference between grep and find command in unix?
What is the command to view process running?