TLDR
Enter a command. For example: paru, btrfs version, disown, a2enmod.

chsh

 
Change the user's login shell. More information: https://manned.org/chsh.
 
  • Change the current user's login shell interactively:
     
    chsh
     
  • Change the current user's login shell:
     
    chsh --shell {{path/to/shell}}
     
  • Change the login shell for a given user:
     
    chsh --shell {{path/to/shell}} {{username}}
     
  • List available shells:
     
    chsh --list-shells

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.