1 2 3 4 5 6 7 8 9 10 11 12
id echo "Enter root" sudo -i id echo "Enter node" su node id echo "Exit node" exit echo "Exit root" exit