force remove a folder 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