how to completely remove a path in linux code example
Example: remove directory from linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully