diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index a393e837c91..ac072dbeaa5 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1580,6 +1580,18 @@ a relative name as the target of the link. | |||
| 1580 | Not all systems support symbolic links; on systems that don't | 1580 | Not all systems support symbolic links; on systems that don't |
| 1581 | support them, this command is not defined. | 1581 | support them, this command is not defined. |
| 1582 | 1582 | ||
| 1583 | @findex set-file-modes | ||
| 1584 | @cindex file modes | ||
| 1585 | @cindex file permissions | ||
| 1586 | @kbd{M-x set-file-modes} reads a file name followed by a @dfn{file | ||
| 1587 | mode}, and applies that file mode to the specified file. File modes, | ||
| 1588 | also called @dfn{file permissions}, determine whether a file can be | ||
| 1589 | read, written to, or executed, and by whom. This command reads file | ||
| 1590 | modes using the same symbolic or octal format accepted by the | ||
| 1591 | @command{chmod} command; for instance, @samp{u+x} means to add | ||
| 1592 | execution permission for the user who owns the file. It has no effect | ||
| 1593 | on operating systems that do not support file modes. | ||
| 1594 | |||
| 1583 | @node Compressed Files | 1595 | @node Compressed Files |
| 1584 | @section Accessing Compressed Files | 1596 | @section Accessing Compressed Files |
| 1585 | @cindex compression | 1597 | @cindex compression |