spanskiblog/content/posts/permissions.md

21 lines
348 B
Markdown
Raw Normal View History

2022-12-24 17:09:22 +01:00
+++
date="2022-12-24"
author="spanskiduh"
title="permissions"
description="click to read permissions"
+++
# PERMS
### Structure
```bash
u g o
7 5 4
/ | \
type: r w x r w x r w x
repr: 4 2 1 4 2 1 4 2 1
enabl: 1 1 1 1 0 1 1 0 0
res: 4 2 1 4 0 1 4 0 0
7 5 4
```