Skip to content

Instantly share code, notes, and snippets.

@MacoChave
Created July 18, 2022 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MacoChave/252300dcffe002e2a5a5c43b8bb2a271 to your computer and use it in GitHub Desktop.
Save MacoChave/252300dcffe002e2a5a5c43b8bb2a271 to your computer and use it in GitHub Desktop.
Cambiar Shell Linux
# MOSTRAR SHELLS INSTALADOS
cat /etc/shells
# MOSTRAR SHELL ACTUAL
ps -p $$
# CAMBIAR SHELL POR DEFECTO
chsh -s /bin/zsh
# REINICIAR SESION EN SHELL
su - usuarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment