Linux CLI - File and Directory Operations
You try to delete a directory named
docs using rm docs but get the error: rm: cannot remove 'docs': Is a directory. What is the correct way to remove it?