Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 638 Bytes

controlling_access_to_files.md

File metadata and controls

9 lines (8 loc) · 638 Bytes

Controlling_access_to_files

Objectives : -

  • Managing file system permissions
  • Managing default permissions
Index Topic Covered
1
  • Changing file and directory permissions using chmod command
  • syntax is --> chmod whowhatwhich file or directory
  • who is g,u,o,a (group,user,other,all)
  • what is +,-,= (add,remove,exactly)
  • which is r,w,x (read, write, execte)
  • e.g. chmod g+x file1
2
  • Cotrolling default permissions
  • Effect of special permissions
  • Default permissions (drwxrwxrwx)-(0777)