Linux users

Updated: 26 January 2026

Remove user sammy from the docker group

deluser sammy docker

Change a user password

sudo passwd the_user_name

List all users on a Linux system

cat /etc/passwd

Leave a comment