Skip to content

System user files

Created: 2016-03-02 09:31:49 -0800 Modified: 2016-03-02 09:34:03 -0800

This stores information about users that may log in. It also controls which shell starts when you log in as a particular user. If you do “cat /etc/passwd | grep -I adam”, you’ll see something like this

adam:x:1001:1001::/home/bldeploy:/bin/sh

This means that /bin/sh is going to be adam’s shell. To change this, do:

sudo usermod adam -s /bin/bash