how to remove a non-empty directory using rmdir command.
Look at the -r switch in man rm
rm -rf /directory (BE VERY CAUTIOUS WHEN USING THIS)
how to remove a non-empty directory using rmdir command.
Look at the -r switch in man rm
rm -rf /directory (BE VERY CAUTIOUS WHEN USING THIS)