mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
umask [OPTIONS] [MASK]
|
||||
|
||||
|
||||
\subsection umask-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
`umask` displays and manipulates the "umask", or file creation mode mask, which is used to restrict the default access to files.
|
||||
|
||||
@@ -38,6 +39,7 @@ If the first and second parts are skipped, they are assumed to be `a` and `=`, r
|
||||
Note that symbolic masks currently do not work as intended.
|
||||
|
||||
|
||||
\subsection umask-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
`umask 177` or `umask u=rw` sets the file creation mask to read and write for the owner and no permissions at all for any other users.
|
||||
|
||||
Reference in New Issue
Block a user