Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Last active July 29, 2024 18:25
Show Gist options
  • Save LuisPalacios/8e334583ad28e681326c65b665457eaa to your computer and use it in GitHub Desktop.
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 :-)
#!/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