Answers for "how to get root access with type sudo su in linux"

0

sudo -s su root in one line

sudo bash -c "$(fc -ln -1)"
Posted by: Guest on October-03-2021
0

sudo -s su root in one line

sudo "$BASH" -c "$(fc -ln -1)"
Posted by: Guest on October-03-2021

Code answers related to "how to get root access with type sudo su in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language