Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 250 Bytes

su-with-sudo-prompt.md

File metadata and controls

15 lines (10 loc) · 250 Bytes

su with sudo prompt

become superuser

sudo -i

setup root coloured prompt

  • set /root/.bashrc
PS1='${debian_chroot:+($debian_chroot)}\[\033[48;5;33m\]\[\033[01;37m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '