Tagged articles
8 articles
Page 1 of 1
AI Agent Super App
AI Agent Super App
Apr 16, 2026 · Operations

Linux File Permissions & User Management: Hands‑On Guide to chmod, chown, and useradd

This tutorial walks through reading and interpreting Linux file permissions with ls ‑l, changing them via chmod (numeric and symbolic modes), adjusting ownership with chown, configuring default masks using umask, and managing users and groups with useradd, usermod, and passwd, while highlighting common pitfalls and a real‑world setup example.

chmodchownfile-permissions
0 likes · 10 min read
Linux File Permissions & User Management: Hands‑On Guide to chmod, chown, and useradd
Liangxu Linux
Liangxu Linux
Feb 4, 2024 · Operations

Master Linux User Group Management: Create, Modify, Delete, and Assign Users

This guide explains how to create, modify, delete, and query Linux user groups, assign users to single or multiple groups, change group passwords, switch groups with newgrp, and adjust file ownership with chown, providing concrete command examples and practical scenarios for effective system administration.

groupaddsysadminuser-groups
0 likes · 7 min read
Master Linux User Group Management: Create, Modify, Delete, and Assign Users
Liangxu Linux
Liangxu Linux
Jan 24, 2024 · Operations

Master Linux User Group Management: Create, Modify, Delete, and Assign Users

This guide explains how to manage Linux user groups—including creating, renaming, changing GIDs, deleting groups, adding or removing users, viewing group details, switching groups, setting group passwords, and adjusting file ownership—through clear command‑line examples and practical scenarios.

LinuxSystem AdministrationUser Groups
0 likes · 7 min read
Master Linux User Group Management: Create, Modify, Delete, and Assign Users
Liangxu Linux
Liangxu Linux
Sep 12, 2023 · Operations

Master Linux User and Group Management: Commands, Files, and Best Practices

This guide explains how Linux stores user and group information in /etc/passwd, /etc/shadow, /etc/group, and /etc/gshadow, and provides detailed usage of commands such as useradd, usermod, userdel, groupadd, groupmod, and gpasswd for creating, modifying, locking, and deleting accounts and groups.

Linuxgroup-managementoperations
0 likes · 16 min read
Master Linux User and Group Management: Commands, Files, and Best Practices
ITPUB
ITPUB
Aug 1, 2017 · Operations

Master Linux User and Group Management: Commands, Files, and Best Practices

This guide explains how Linux stores user and group information in /etc/passwd, /etc/shadow, /etc/group and /etc/gshadow, and provides detailed usage of commands such as useradd, usermod, userdel, groupadd, groupmod, gpasswd, and passwd for creating, modifying, locking, and deleting accounts and groups.

group-managementpasswduser management
0 likes · 19 min read
Master Linux User and Group Management: Commands, Files, and Best Practices