Answers for "remove directory linux with all files"

2

remove a file or dir in linux or mac or ubuntu

note:your_file_name can be a dir or a file 

sudo rm -r your_file_name
Posted by: Guest on May-11-2020
6

remove directory and contents linux

rm -r path
Posted by: Guest on June-27-2020
3

remove directory from linux

rm -r filename

rm -rf filename

this command remove the directory and subdirectory forecefully
Posted by: Guest on October-04-2020

Code answers related to "remove directory linux with all files"

Python Answers by Framework

Browse Popular Code Answers by Language