folder 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