Geekography Unpublished

rm -rf

1 photo

Unix-based command rm -rf is the same as rm -r -f 'rm -r' remove directories recursively
'-f' ignore prompt (force)

rm -rf