Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<HTML><HEAD><TITLE>Manpage of EUMASK</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

</HEAD><BODY>

<H1>EUMASK</H1>

Section: User Contributed Perl Documentation (1)<BR>Updated: 2016-07-30<BR><A HREF="#index">Index</A>

<A HREF="http://confluence.ecmwf.int/display/UDOC/">Return to Main Contents</A><HR>













<A NAME="lbAB"> </A>

<H2>NAME</H2>



eumask - Change the current ECFS umask

<A NAME="lbAC"> </A>

<H2>SYNOPSIS</H2>



<A NAME="ixAAC"></A>

eumask [<I>umask</I>]

<A NAME="lbAD"> </A>

<H2>DESCRIPTION</H2>



<A NAME="ixAAD"></A>

The <FONT SIZE="-1">ECFS</FONT> umask applies specifically for storage into <FONT SIZE="-1">ECFS.</FONT>

<P>



Just as the <FONT SIZE="-1">UNIX </FONT>umask controls access permissions on newly created

files and directories in <FONT SIZE="-1">UNIX,</FONT> so the <FONT SIZE="-1">ECFS</FONT> eumask controls the equivalent

aspects into <FONT SIZE="-1">ECFS. </FONT> Note that <FONT SIZE="-1">ECFS</FONT> fetches into <FONT SIZE="-1">UNIX</FONT> are controlled

by the <FONT SIZE="-1">UNIX</FONT> umask.

<P>



The <I>umask</I> argument, if present, should be specified in octal.

With no argument the command displays the current value in octal.

<A NAME="lbAE"> </A>

<H2>EXAMPLES</H2>



<A NAME="ixAAE"></A>

<DL COMPACT>

<DT>eumask<DD>

<A NAME="ixAAF"></A>

shows the current value of the <FONT SIZE="-1">ECFS</FONT> umask.

<DT>eumask 022<DD>

<A NAME="ixAAG"></A>

sets the <FONT SIZE="-1">ECFS</FONT> umask to 022 for newly created files and directories in <FONT SIZE="-1">ECFS.</FONT>

</DL>

<A NAME="lbAF"> </A>

<H2>NOTES</H2>



<A NAME="ixAAH"></A>

The umask is always interpreted and represented in octal notation.

Using a leading zero is encouraged, as is using at least three digits

(for example not '2' but rather '002'; not '277' but rather '0277').

<P>



The default umask for <FONT SIZE="-1">ECFS</FONT> is set to 027.

<A NAME="lbAG"> </A>

<H2>SEE ALSO</H2>



<A NAME="ixAAI"></A>

<I><A HREF="http://confluence.ecmwf.int/display/UDOC/ecfs.1">ecfs</A></I>(1), <I><A HREF="http://confluence.ecmwf.int/display/UDOC/umask">umask</A><
<I>umask</I>(1)

<P>



<HR>

<A NAME="index"> </A><H2>Index</H2>

<DL>

<DT><A HREF="#lbAB">NAME</A><DD>

<DT><A HREF="#lbAC">SYNOPSIS</A><DD>

<DT><A HREF="#lbAD">DESCRIPTION</A><DD>

<DT><A HREF="#lbAE">EXAMPLES</A><DD>

<DT><A HREF="#lbAF">NOTES</A><DD>

<DT><A HREF="#lbAG">SEE ALSO</A><DD>

</DL>

<HR>

This document was created by

<A HREF="http://github.com/hamano/man2html/">man2html</A>,

using the manual pages.<BR>

Time: 14:51:58 GMT, July 23, 2018

</BODY>

</HTML>

...