kill -9, lecture II

, 1 min read
#cd /var/foo/bar
#ls
CTRL-X
#rm -f *
bash: /bin/rm: Argument list too long
#fuck
-bash: fuck: command not found
#for i in *
#do
#rm $i
done

And the also-handy closer:

#mount -o remount,rw /