Describe the usage and functionality of the command rm –r * in unix?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
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 |
what is tar command and what are the different types of tar commands?
Give Command that will move a single file called "unix.txt"
what does a process mean?
what is exact definition of operating system?
What is unix command?
How do I find previous commands in unix?
What is the nmap command?
Explain command to show the space allocation of files?
what is the default permission for /etc/shadow file in UNIX
What is the significance of the 'tee' command?
How do you grep a case insensitive?
How can i know my Filesystem and its current usage in my prod UNIX system?