summaryrefslogtreecommitdiff
path: root/doc/perm.texi
AgeCommit message (Collapse)Author
2014-03-19doc: avoid regex ambiguity in chmod mode descriptionEdward Welbourne
* man/chmod.x: s/[+-=]/[-+=]/ * doc/perm.texi (Symbolic Modes): Likewise. * THANKS.in: Remove patch owner. Fixes http://bugs.gnu.org/17041
2014-01-02maint: update all copyright year number rangesBernhard Voelker
Run "make update-copyright", but then also run this, perl -pi -e 's/2\d\d\d-//' tests/sample-test to make that one script use the single most recent year number.
2013-01-01maint: update all copyright year number rangesJim Meyering
Run "make update-copyright", but then also run this, perl -pi -e 's/2\d\d\d-//' tests/sample-test to make that one script use the single most recent year number.
2012-08-26maint: stop using @acronym{...} in texinfo sourcesJim Meyering
* doc/coreutils.texi: Remove all uses of @acronym{...}, per recommendation by Karl Berry. * doc/perm.texi: Likewise. * cfg.mk (local-checks-to-skip): Remove exemption, enabling the @acronym{-prohibiting syntax-check rule.
2012-04-17doc: use @xref{... only at start of a sentenceJim Meyering
* doc/coreutils.texi: Correct many misuses of @xref.
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert
* NEWS: Document this. * doc/perm.texi (Operator Numeric Modes): New section. (Numeric Modes, Directory Setuid and Setgid): Document new behavior. * src/chmod.c (usage): Document new behavior. (main): Support new options -0, -1, etc. * tests/chmod/setgid: Test these new features.
2012-01-27maint: use single copyright year rangeJim Meyering
Run "make update-copyright".
2012-01-01maint: update all copyright year number rangesJim Meyering
Run "make update-copyright".
2011-01-01maint: update all copyright year number rangesJim Meyering
Run "make update-copyright".
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-11-11Update references to GFDL: 1.2 -> 1.3Jim Meyering
* doc/coreutils.texi: Likewise. * doc/perm.texi: Likewise. * old/fileutils/NEWS: Likewise. * old/sh-utils/NEWS: Likewise. * old/textutils/NEWS: Likewise.
2006-11-28* perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.Jim Meyering
Reported by Georg Neis as Debian bug 400778.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-07-28(Changing Special Mode Bits): Clarify u+s versusPaul Eggert
a+s versus +s, and likewise for g+s. (Numeric Modes): Bring back example of 0055 == 55. 4755 no longer clears setgid bit on directories. (Directory Setuid and Setgid): Numeric modes now affect setuid and setgid on directories only if they set these bits. This is so that leading 0 has no effect on numeric modes.
2006-07-25(Directory Setuid and Setgid): Explain that this is aPaul Eggert
GNU extension, and that other systems behave differently here.
2006-07-23(Mode Structure, Symbolic Modes, Numeric Modes): Be more carefulPaul Eggert
about distinguishing file mode bits from permissions bits, and about execute versus search permission. The FreeBSD command is chflags, not chrflags.
2006-07-22(Mode Structure): The restricted deletion flagPaul Eggert
restricts only unprivileged users.
2006-07-17(Mode Structure): Modernize the explanation of thePaul Eggert
setuid and setgid bits on directories. (Changing Special Mode Bits): Mention that a implies both u and g for s. Cross reference to new node. (Numeric Modes): Don't claim that 0055 is the same as 55; this isn't true any more. Mention new node. 4755 is now like u=rwxs,go=rx,g-s, not like u=rwxs,go=rx. (Directory Setuid and Setgid): New node.
2006-01-02Fix typo in previous change.Paul Eggert
2006-01-02Clarify file mode bits versus file permission bits.Paul Eggert
2005-11-13(Mode Structure): Capitalize two sentences in anJim Meyering
enumerated list and fix a typo. From Aaron Hawley.
2005-04-28(Mode Structure, Changing Special Permissions):Paul Eggert
(Conditional Executability, Numeric Modes): These days the sticky bit is more often uses as the restricted deletion flag, so modernize the discussion about this. (Mode Structure): Linux/GNU -> GNU/Linux. (Symbolic Modes): Don't imply that "+ur" or "u" is valid. (Setting Permissions): Don't imply that "+t" is invalid. Use "rwx" rather than the less-common "rxw" in an example. (Copying Permissions): Say that ugo is a replacement for a string of the other letters. Add spaces around examples. Use "set-user-ID" rather than "set user ID" to avoid ambiguity. Use "+t" rather than "o+t", since POSIX doesn't specify the latter. Mention which combinations are portable and which are GNU. (Numeric Modes): Don't imply they aren't portable; they are nowadays.
2004-06-30Standardize on "file system" ratherJim Meyering
than "filesystem", as POSIX prefers it with a space.
2003-02-08(Mode Structure): Mention filesystem-specificJim Meyering
permissions and that mounting a filesystem as read-only may override actual file permissions. Use @command instead of @code for program names.
2001-05-11s/restriction deletion flagJim Meyering
/restricted deletion flag/
2001-01-07s/can not/cannot/Jim Meyering
2000-12-30append-only directories -> restricted deletion flag,Jim Meyering
which is the term that POSIX d5 uses for this notion.
2000-09-16(Changing Special Permissions): Remove this statement:Jim Meyering
`a' in the USERS part of a symbolic mode does not cause the special permissions to be affected... It doesn't reflect what the code does and isn't required by POSIX. Reported by aldomel@ix.netcom.com via Mike Stone.
2000-06-08(Multiple Changes): Fix typo.Jim Meyering
1999-04-26Don't assume traditional Unix mode numbering.Jim Meyering
1996-05-10.Jim Meyering
1994-10-20.Jim Meyering
1994-10-15.Jim Meyering