Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
98c0fe50
Commit
98c0fe50
authored
Nov 26, 2008
by
Chong Yidong
Browse files
(Misc File Ops): Document set-file-modes.
parent
0cc92c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
doc/emacs/files.texi
doc/emacs/files.texi
+12
-0
No files found.
doc/emacs/files.texi
View file @
98c0fe50
...
...
@@ -1580,6 +1580,18 @@ a relative name as the target of the link.
Not all systems support symbolic links; on systems that don't
support them, this command is not defined.
@findex set-file-modes
@cindex file modes
@cindex file permissions
@kbd{M-x set-file-modes} reads a file name followed by a @dfn{file
mode}, and applies that file mode to the specified file. File modes,
also called @dfn{file permissions}, determine whether a file can be
read, written to, or executed, and by whom. This command reads file
modes using the same symbolic or octal format accepted by the
@command{chmod} command; for instance, @samp{u+x} means to add
execution permission for the user who owns the file. It has no effect
on operating systems that do not support file modes.
@node Compressed Files
@section Accessing Compressed Files
@cindex compression
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment