ubuntu delete a directory code example
Example 1: ubuntu remove directory
rm -R folder-name
Example 2: remove directory from linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -R folder-name
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully