Which command is/are used to remove directory in Linux? code example
Example 1: how to forcefully delete a directory in linux
rm -rf dirname
Example 2: remove directory and contents
rm -R directory
rm -rf dirname
rm -R directory