How to Administer Ubuntu Linux: Essential Tasks Guide
Ubuntu Linux is a free computer operating system that uses text-based commands to manage software, user accounts, and system security. Administering Ubuntu means keeping the system safe, adding new software, and setting up user profiles so you control who can access your machine.
Changing your password in Ubuntu takes just a few seconds using the Terminal tool and protects your personal files from other people.
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.



System Services and Software
Dive into managing the services running on your Ubuntu machine and installing key software. This section helps determine what's active and gets 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.




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?
Running the 'passwd' command in the terminal handles password updates, or User Accounts settings in the graphical interface works too. Entering the current password followed by the new password twice completes the process.
How do I add a new user to Ubuntu?
Adding a new user happens either through the Settings application under 'Users' or by using the `adduser` command in the terminal. This allows creation of a new account with its own home directory and settings.
What is the difference between 'sudo' and 'su'?
'Sudo' allows a permitted user to run a command as another user, typically the root user, without logging out. 'Su' switches to another user account entirely, often requiring the target user's password.
How can I see which services are running on Ubuntu?
Listing active services uses the `systemctl list-units --type=service` command in the terminal. This shows the status of various background processes managed by systemd (the system and service manager for Linux).
How do I disable the logout prompt in Ubuntu?
Disabling the logout prompt involves modifying system settings related to the login manager or desktop environment. Changing configuration files or using specific graphical tools achieves this goal.
Was this guide helpful?
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.

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