Zdravím ve spolek,
příkaz
chmod je mi jasný, jediné, co se mi nepodařilo nějak pochopit, je "numeric mode". Samozřejmě, použil jsem
man - byl by tu někdo, kdo by mi objasnil tuto citaci:
A numeric mode is from one to four octal digits (0-7), derived by adding up the bits with values 4, 2, and 1. Omitted digits are assumed to be leading zeros. The first digit selects the set user ID (4) and set group ID (2) and restricted deletion or sticky (1) attributes. The second digit selects permissions for the user who owns the file: read (4), write (2), and execute (1); the third selects permissions for other users in the file’s group, with the same values; and the fourth for other users not in the file’s group, with the same values.
takže např. s tímto nemám problém a chápu (i různé jiné parametry "ugoa/+/-/="):
sudo chmod go+rw text.txtale toto už jaksi ne

chmod 750 souborProč se na to ptám, našel jsem tento článek
http://www.abclinuxu.cz/clanky/bezpecnost/acl-prakticky, rád bych se naučil víc, ale neznalost tohoto mi v tom jaksi brání

Předem děkuji za nové znalosti.