spanskiblog/content/posts/permissions.md

21 lines
355 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2022-12-24 17:42:40 +01:00
date="2022-11-30"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="permissions"
2022-12-24 17:42:40 +01:00
description="click to read about permissions"
2022-12-24 17:09:22 +01:00
+++
# 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
```