Skip to content
Tutorial emka
Menu
  • Home
  • Debian Linux
  • Ubuntu Linux
  • Red Hat Linux
Menu

How to Use User Accounts & System Admin on Linux Mint 23

Posted on February 26, 2026

Managing user accounts and system settings in Linux Mint 23 can feel overwhelming for new users. This guide simplifies the process of creating and managing user accounts, configuring system permissions, and performing essential administration tasks. Whether you’re setting up a home PC or a small office network, understanding these basics ensures smoother operation and better security. Here’s how to navigate Linux Mint 23’s user management and system tools effectively.

Linux Mint 23, part of the Cinnamon desktop family, includes a built-in user account manager in the Settings application. Access it via the menu or by searching for ‘Users.’ This tool lets you create, edit, or delete user accounts. Each account can have unique settings, including desktop preferences, application access, and password requirements. For basic setups, this graphical interface suffices. However, advanced users might prefer the terminal for greater control.

To create a new user, open the terminal and use the command

sudo adduser [username]

Replace [username] with the desired name. The system will prompt for a password, personal information, and confirmation. This method ensures the user is added to the system with default permissions. If you need specific group memberships (like sudo for administrative access), use

sudo usermod -aG [groupname] [username]

after account creation. Group assignments determine access to system resources and commands.

System administration in Linux Mint 23 relies on the sudo command for elevated privileges. When executing tasks that require root access, prefix commands with sudo. For example,

sudo apt update

updates the package list, while sudo apt upgrade installs updates. Always verify commands before running them, as mistakes can disrupt the system.

The sudo configuration is managed via /etc/sudoers, which can be edited using sudo visudo for advanced settings. This file defines which users or groups can execute specific commands with elevated rights.

User authentication in Linux Mint 23 uses the Pluggable Authentication Modules (PAM) framework. PAM allows flexible configuration of login processes, including password policies, session management, and access control. For instance, you can enforce password complexity by editing

/etc/pam.d/common-password

and adding lines like

password requisite pam_pwquality.so minlen=12

to require 12-character passwords. These changes apply globally unless overridden in user-specific configurations.

The passwd command lets users change their passwords, while chage modifies password expiration settings. For example,

sudo chage -E 2025-12-31 [username]

sets an account to expire on December 31, 2025.

System administrators can also use

sudo usermod -L [username]

to lock an account or

sudo usermod -U [username]

to unlock it. These tools help manage user lifecycle and security compliance.

For system-wide configurations, edit files in /etc using a text editor like nano or vim. For example, sudo nano /etc/lightdm/lightdm.conf adjusts display manager settings, while sudo nano /etc/default/grub modifies boot options. After editing, run sudo update-grub to apply changes. The /etc directory contains critical system files, so always back up before making modifications.

Network settings are managed through the Network Manager GUI or terminal commands like nmcli and ip. For instance,

nmcli device status

shows connected devices, and

nmcli connection modify [connection-name] ipv4.method manual

sets a static IP address.

System logs in /var/log provide troubleshooting insights; use

sudo tail -f /var/log/syslog

to monitor real-time activity.

Security is paramount in Linux Mint 23. Enable automatic updates via

sudo apt install unattended-upgrades

and configure firewall rules with ufw. For example,

sudo ufw allow 22/tcp

opens port 22 for SSH access. Regularly audit user accounts and permissions using

sudo auditctl -l

to check for unauthorized access attempts.

The terminal is the most powerful tool for administration. Learn basic commands like ls, cd, cp, and mv to navigate the file system. Use man [command] to access help documentation, such as man sudo for detailed sudo usage. Scripting with Bash allows automation of repetitive tasks, like creating user accounts or backing up files.

Linux Mint 23’s user account system balances simplicity with flexibility. Whether you use the graphical interface or terminal commands, understanding these tools ensures efficient system management. Combine practical examples with theoretical knowledge to build a secure and personalized computing environment.

Recent Posts

  • How to build a high-performance private photo cloud with Immich and TrueNAS SCALE
  • How to Build an Endgame Local AI Agent Setup Using an 8-Node NVIDIA Cluster with 1TB Memory
  • How to Master Windows Event Logs to Level Up Your Cybersecurity Investigations and SOC Career
  • How to Build Ultra-Resilient Databases with Amazon Aurora Global Database and RDS Proxy for Maximum Uptime and Performance
  • How to Build Real-Time Personalization Systems Using AWS Agentic AI to Make Every User Feel Special
  • How to Transform Your Windows 11 Interface into a Sleek and Modern Aesthetic Masterpiece
  • How to Understand Google’s New TPU 8 Series for Massive AI Training and Inference
  • How to Level Up Your PC Gaming Experience with the New Valve Steam Controller and Its Advanced Features
  • Is it Time to Replace Nano? Discover Fresh, the Terminal Text Editor You Actually Want to Use
  • How to Design a Services Like Google Ads
  • How to Fix 0x800ccc0b Outlook Error: Step-by-Step Guide for Beginners
  • How to Fix NVIDIA App Error on Windows 11: Simple Guide
  • How to Fix Excel Formula Errors: Quick Fixes for #NAME
  • How to Clear Copilot Memory in Windows 11 Step by Step
  • How to Show Battery Percentage on Windows 11
  • How to Fix VMSp Service Failed to Start on Windows 10/11
  • How to Fix Taskbar Icon Order in Windows 11/10
  • How to Disable Personalized Ads in Copilot on Windows 11
  • What is the Microsoft Teams Error “We Couldn’t Connect the Call” Error?
  • Why Does the VirtualBox System Service Terminate Unexpectedly? Here is the Full Definition
  • Why is Your Laptop Touchpad Overheating? Here are the Causes and Fixes
  • How to Disable All AI Features in Chrome Using Windows 11 Registry
  • How to Avoid Problematic Windows Updates: A Guide to System Stability
  • What is Microsoft Visual C++ Redistributable and How to Fix Common Errors?
  • What is the 99% Deletion Bug? Understanding and Fixing Windows 11 File Errors
  • Inilah Jadwal Pelaksanaan SPMB SD Jakarta 2026
  • Tanggal Penerbitan KK & SKD untuk Pendaftaran SPMB 2026 Dimana?
  • Inilah Lima HP Xiaomi Rp1 Jutaan Sudah Punya NFC
  • Apa itu Jabatan Panitera Muda Mahkamah Agung, Berapa Gaji & Tunjangannya 2026?
  • Inilah Kenapa Bisa Ada Sensasi Mencekam di Bangunan Tua
  • How to Automate Your Entire SEO Strategy Using a Swarm of 100 Free AI Agents Working in Parallel
  • How to create professional presentations easily using NotebookLM’s AI power for school projects and beyond
  • How to Master SEO Automation with Google Gemini 3.1 Flash-Lite in Google AI Studio
  • How to create viral AI video ads and complete brand assets using the Claude and Higgsfield MCP integration
  • How to Transform Your Mac Into a Supercharged AI Assistant with Perplexity Personal Computer
  • Apa itu Spear-Phishing via npm? Ini Pengertian dan Cara Kerjanya yang Makin Licin
  • Apa Itu Predator Spyware? Ini Pengertian dan Kontroversi Penghapusan Sanksinya
  • Mengenal Apa itu TONESHELL: Backdoor Berbahaya dari Kelompok Mustang Panda
  • Siapa itu Kelompok Hacker Silver Fox?
  • Apa itu CVE-2025-52691 SmarterMail? Celah Keamanan Paling Berbahaya Tahun 2025
©2026 Tutorial emka | Design: Newspaperly WordPress Theme