Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

chsh

Change user login shell

Syntax

chsh [OPTION]... [USERNAME]

Common Options

-sSpecify new shell
-lList available shells

Common Examples

chsh -s /bin/zsh

Change current user shell

chsh -s /bin/bash username

Change specific user shell

chsh -l

List available shells

chsh

Interactive shell change

Related Commands

Related Tools

More Code & Dev Tools