Home

Search IconIcon to open search

Managing users in Linux

The data about users is stored in /etc/passwd. Editing it manually is usually a bad idea. You can read about its structure here.

/etc/group stores info about groups. Each user has a primary group, named the same as the user, and may be in supplementary groups (like sudo, fuse, etc.).

# Commands

Modify users:

Groups:

# Useful

# See also