Browsed by
Month: November 2016

Linux (Unix) Permissions

Linux (Unix) Permissions

Today I will explain Linux permissions and how to modify them. Following pictures explain how its presented in cli Another good example taken from google First character represents the type of object in our case its file. In case of folders “d” is written instead of “-” Next 9 characters allocated to permissions 3 characters for each group. Thera 3 access types in Linux: r – read w – write x – execute We can check file permissions by issuing…

Read More Read More