要修改用户的默认shell,可以使用chsh命令。具体步骤如下:
sudo chsh -s /path/to/new/shell username
请确保输入正确的新shell路径,并有足够的权限来修改用户的默认shell。