Skip to content
Follow
Ubuntu Linux 🟡 Intermediate

How to Administer Ubuntu Linux: Essential Tasks Guide

Richard
Written by
Richard
Aug 11, 2026 2 min read
Ubuntu Linux System Administration Guides
Ubuntu Linux System Administration Guides

Ubuntu Linux offers powerful system administration tools. Many users find managing accounts, passwords, and system settings confusing at first. This page guides you through essential Ubuntu administration tasks, from basic setup to advanced management.

Start hereSteps to Change Your Password in Ubuntu LinuxChanging your password is a fundamental security step for any Ubuntu user.
⚡ Quick Answer

You can change your password in Ubuntu Linux using the passwd command in the terminal or through the User Accounts settings in the graphical interface. You will need to enter your current password and then your new password twice to confirm the change.

Getting Started with Your Ubuntu System

New to Ubuntu or need to configure basic system settings? This section covers essential tasks like changing your password, managing your touchpad, and setting your computer's name.

Managing Users and Access

Learn how to control who can access your Ubuntu system and what they can do. This includes adding or removing users, changing their account privileges, and understanding how to switch between users or gain administrative rights.

How to Use Sticky Notes in Windows 11
1 How to Add or Remove a User on Ubuntu Linux The post provides detailed instructions on how to add or remove users on Ubuntu Linux, whether for system administrators or home users. It outlines two command-line tools namely "useradd" and "adduser", with elimination processes via "userdel" and "deluser" commands. The guide also presents steps for command line user addition and GUI-based application instructions for Ubuntu desktop user management. It further elucidates how to upgrade a user to administrator. 4 min read ↻ Updated Jul 2026
How to Install VMware Workstation Player on Ubuntu Linux
2 How to Change Account Types in Ubuntu Linux The article provides a guide on how to change the account type in Ubuntu Linux, a multi-user operating system. Users can create either a Standard account or an Administrator account with this system. While a Standard account has basic permissions, an Administrator account gives full access to the PC. The process requires a few steps, including navigating through System Settings, selecting Users, unlocking, and adjusting the privileges. 3 min read ↻ Updated Jul 2026
Enable Automatic Suspension in Ubuntu Linux Easily
3 Working with Sudo and Su Commands in Ubuntu Linux The tutorial differentiates between the 'sudo' and 'su' commands in Ubuntu Linux and their application. 'Sudo', standing for superuser do or substitute user do, runs a high shell without the need for user identity, allowing commands to be run with root power. 'Su', or switch user, lets users change their current account to any account on the system, provided they know the account password. Both come with their own risks and precautions. 2 min read ↻ Updated Jul 2026

System Services and Software

Dive into managing the services running on your Ubuntu machine and installing key software. This section helps you see what's active and get powerful tools like Docker up and running.

Advanced Configuration and Specific Tools

Explore more specialized administration tasks. This covers topics like managing system prompts, installing specialized server software, and handling specific application passwords.

Enable Automatic Suspension in Ubuntu Linux Easily
1 How to Manage Logout Prompt on Ubuntu Linux The article offers a guide on how to toggle the logout prompt feature on Ubuntu Linux, ensuring users don't accidentally log out and lose unsaved changes. Users can turn this feature on or off through the gnome-session settings. This can be completed either via commands on the Terminal app or through the Dconf Editor tool for low-level system configurations. 3 min read ↻ Updated Jul 2026
How to Install Google Chrome on Ubuntu Linux
2 How to Disable Logout on Ubuntu Desktop The article outlines steps to enable or disable the logout functionality on the Ubuntu desktop. Users can typically log out via the system menu on the top bar. However, to restrict this, users can disable the log out command through the Terminal app or the Dconf Editor tool. This manipulation is reversible and can be reset to its original state. 3 min read ↻ Updated Jul 2026
How to Display Seconds on Ubuntu Top Menu Clock
3 How to Reset MySQL Root Password on Ubuntu This content provides a step-by-step guide to resetting or changing MySQL or MariaDB passwords on Ubuntu Linux. The tutorial addresses scenarios such as forgetting the root password in these databases and guides users through various command line instructions for password recovery, depending on the MySQL or MariaDB server's version being used. Additionally, it covers using the auth_socket plugin and explains how to restart the database servers after performing the necessary actions. 4 min read ↻ Updated Jul 2026
Enable Automatic Suspension in Ubuntu Linux Easily
4 Step-by-Step Guide to Install XCP-ng on Your Server This tutorial teaches students how to install the XCP-ng virtualization server, an open-source Hypervisor platform developed from collective efforts between individuals and companies, and the XCP-ng management client. The guide outlines the benefits of XCP-ng for cloud management without unnecessary costs, and provides a step-by-step installation guide for Ubuntu users, including creating bootable USB or disk, accepting the user license agreement, configuring the server networking, and installing the XCP-ng center. 4 min read ↻ Updated Jul 2026

Personalizing Your Ubuntu Desktop

This section focuses on making your Ubuntu desktop experience more personal. It includes a guide for a popular desktop customization tool.

Common questions

How do I change my password in Ubuntu?

You can change your password using the 'passwd' command in the terminal or through the User Accounts settings in the graphical interface. You'll need to enter your current password and then your new password twice.

How do I add a new user to Ubuntu?

You can add a new user from the Settings application under 'Users' or by using the `adduser` command in the terminal. This allows you to create a new account with its own home directory and settings.

What is the difference between 'sudo' and 'su'?

📝Good to Know
'Sudo' allows a permitted user to run a command as another user, typically the root user, without logging out. 'Su' switches you to another user account entirely, often requiring the target user's password.

How can I see which services are running on Ubuntu?

You can list active services using the `systemctl list-units --type=service` command in the terminal. This shows you the status of various background processes managed by systemd.

How do I disable the logout prompt in Ubuntu?

You can disable the logout prompt by modifying system settings related to the login manager or desktop environment. This usually involves changing configuration files or using specific graphical tools.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to list Services on Ubuntu Linux
Ubuntu Linux How to list Services on Ubuntu Linux
How to Add or Remove a User on Ubuntu Linux
Ubuntu Linux How to Add or Remove a User on Ubuntu Linux
How to Install Ubuntu Linux
Ubuntu Linux How to Install Ubuntu Linux
How to Manage Logout Prompt on Ubuntu Linux
Ubuntu Linux How to Manage Logout Prompt on Ubuntu Linux

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *