-
-
Save LuisPalacios/8e334583ad28e681326c65b665457eaa to your computer and use it in GitHub Desktop.
Script /usr/bin/s para cambiar al usuario root de forma rápida, escribiendo menos caracteres :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script /usr/bin/s para cambiar al usuario root de forma rápida | |
# escribiendo menos caracteres :-) | |
# | |
/usr/bin/sudo -i | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment