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 |
Enlist some filename manipulation commands in unix.
Write a command to display a file’s contents in various formats?
How does the system know where one command ends and another begins?
What is the functions of zambie process?
distinguish between interrupts and exceptions?
How to redirect standard error to a file?
What is nr in awk command?
what does the command 'wc' do?
In UNIX, what is the command to kill a process?
How will you know who are the users logged in to the system before 15 minutes?
What is the use of finger command?
What is the command to find hidden files in the current directory?