Linux

File permissions in Linux

Linux is a file-based system, it considers directories, drives, devices, etc as files. The actions you are allowed to perform on a Linux system depends on the permissions you have to these files. The primary permissions The three primary permissions are read, write, and execute. They have different meanings when applied to files and directories.

File permissions in Linux Read More »