Posts

Permissions in linux

Permission Groups

There are three user based permission groups for each file and directory:-

  1.  Owner(u) – The owner permissions apply only the owner of the file and directory.
  2.  Group(g) – The group permissions apply only to the group that has been assigned to the file and directory.
  3.  All users(o) – The all user permissions apply to all the users on the system.

Read more