How to switch users in Linux

October 31, 2024 / How-to Guide

Switching users in Linux allows you to change from one user account to another without logging out of the current session. This can be useful for performing administrative tasks or…

Read More

Spread the love

How to remove a file in Linux

August 15, 2024 / Command Line

In this guide, you will explore how to remove a file in Linux. Removing a file in Linux helps free up disk space, eliminate unnecessary files, and maintain an organised…

Read More

Spread the love

How to make a group in Linux

July 10, 2024 / Command Line

When your Linux distribution supports multiple users, managing permissions through groups is more efficient than individually assigning permissions to each user. By creating groups with specific permissions and adding users…

Read More

Spread the love

How to utilise recursive chown

March 22, 2024 / Command Line

This guide explains how to utilise recursive chown. Recursive chown is useful if you want to change the permissions for all the sub-directories and files inside a directory. Follow the…

Read More

Spread the love