From 2a70838135c1d21bcb9134a7b2ca290682ba738b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 10 Feb 2020 12:51:28 +0100 Subject: [PATCH] Unix Concepts: Use for table headers. This way they are styled according to the values in the css file. --- Unix_Concepts.m4 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Unix_Concepts.m4 b/Unix_Concepts.m4 index 938befc..321bdda 100644 --- a/Unix_Concepts.m4 +++ b/Unix_Concepts.m4 @@ -796,11 +796,11 @@ as described below.

- - - + + + - + - + - +
Directories Non-directories    Directories Non-directories
 r  r The permission to list the directory contents. More precisely, this bit grants the permission to call opendir(3) @@ -813,7 +813,7 @@ as described below.

fail for other reasons, though.
 w  w The permission to add or remove directory entries. That is, to create new files or to remove existing files. Note that write @@ -827,7 +827,7 @@ as described below.

permissions.
 x  x The permission to search the directory. Searching a directory means to access its entries, either by retrieving @@ -858,9 +858,9 @@ three digits.

- - - + + + -- 2.30.2
octal value symbolic representation meaning Octal Value Symbolic Representation Meaning
0 ---