Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

force delete a folder in linux

# To remove non-empty directories and all the files without being prompted, use rm with the -r (recursive) and -f options:
rm -rf dirname
 
PREVIOUS NEXT
Tagged: #force #delete #folder #linux
ADD COMMENT
Topic
Name
5+5 =