pages.nl/*: change "directory" to "map" (#11030)

This commit is contained in:
Sebastiaan Speck
2023-10-19 14:43:39 +02:00
committed by GitHub
parent 5e12851c1a
commit c9a4a59f1c
19 changed files with 75 additions and 75 deletions

View File

@@ -9,7 +9,7 @@
- Geef de gebruiker ([u]ser) het recht om een bestand of map te lezen ([r]ead) en schrijven ([w]rite):
`chmod u+rw {{pad/naar/bestand_of_directory}}`
`chmod u+rw {{pad/naar/bestand_of_map}}`
- Haal uitvoertoestemming (e[x]ecute) voor een bestand weg van de [g]roep:
@@ -33,4 +33,4 @@
- Geef recursief alle gebruikers ([a]ll users) toegang om bestanden te lezen ([r]ead) en uitvoertoestemming (e[X]ecute) voor alle onderliggende mappen in een map:
`chmod -R a+rX {{pad/naar/directory}}`
`chmod -R a+rX {{pad/naar/map}}`