Forrest logo
back to context overview

chsh

List of commands for chsh:

  • chsh:tldr:74ed3 chsh: Set a specific login shell for the current user interactively.
    $ chsh
    try on your machine
    explain this command
  • chsh:tldr:c9b8c chsh: Set a specific login [s]hell for the current user.
    $ chsh -s ${path-to-shell}
    try on your machine
    explain this command
  • chsh:tldr:d16e2 chsh: [l]ist available shells.
    $ chsh -l
    try on your machine
    explain this command
  • chsh:tldr:dbb9f chsh: Set a login [s]hell for a specific user.
    $ chsh -s ${path-to-shell} ${username}
    try on your machine
    explain this command
back to context overview