kill -9, lecture II
#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 /
#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 /