Skip to content

Instantly share code, notes, and snippets.

View kailan's full-sized avatar

Kailan Blanks kailan

  • London, United Kingdom
  • 00:14 (UTC +01:00)
View GitHub Profile
@Integralist
Integralist / File Permissions with Octal Notation Explanation.md
Created February 5, 2020 11:35
[File Permissions with Octal Notation Explanation] #file #permissions #octal

A file can be accessed by different user types:

  • Owner
  • Group
  • Other

Any one of these groups might be allowed to:

  • Read (r)
  • Write (w)