directory permission – POFTUT

Linux umask Command Tutorial with Examples, Numeric and Symbolic Representations

umask command is used to set default file and folder permission in  Linux operating system. File and folder permissions are important because the permission enables or deny different users, groups and others to access, read, write and execute of the given file. In this tutorial, we will learn how to use umask command to set default read, … Read more

mkdir Command Options For Linux and Windows

mkdir command is used to create new folders and directories. mkdir have very little options but because of the mkdir command importance, we will examine these options. Linux Options There are more Linux options than Windows operating systems option. We will look these Linux options below. Help Option We can print help information about the … Read more

Linux Chmod Command Tutorial with Examples To Change Permission of Files and Folders

Linux Chmod Command Tutorial with Examples To Change Permission of Files and Folders

chmod command is used to change access permission of files and directories in Linux operating systems. chmod stands for change mode. Access permissions specify whether a user account or group can read, write, or execute a given file and directory. chmod Command Syntax Syntax of chmod command is like below. chmod OPTIONS PERMISSIONS FILE Linux File and … Read more