Category Linux Basics

Covering basic commands and software used to manage your Linux servers.

Linux CHMOD Command

linux_chmod_command

In Unix-like system, which includes Linux, there are sets of rules for each file, which defines who can access that file and how they can access that file. These rules are called permissions or modes. That brings us to the…