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

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