To change default shell for selected user, use the following command: `usermod -s <shell path> <username>` Example: ``` $ usermod -s /bin/sh mateusz ``` ### See also 1. ### Reference 1.