mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 01:16:52 -04:00
11 lines
292 B
YAML
11 lines
292 B
YAML
tools:
|
|
chmod-calculator:
|
|
title: Chmod calculator
|
|
description: Compute your chmod permissions and commands with this online chmod calculator.
|
|
|
|
read: 'Read (4)'
|
|
write: 'Write (2)'
|
|
execute: 'Execute (1)'
|
|
owner: 'Owner (u)'
|
|
group: 'Group (g)'
|
|
public: Public (o)
|