...
HTML |
---|
<HTML><HEAD><TITLE>Manpage of ECHMOD</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> </HEAD><BODY> <H1>ECHMOD</H1> Section: User Contributed Perl Documentation (1)<BR>Updated: 2012-02-27<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> echmod - change the permissions of a ECFS file or directory <A NAME="lbAC"> </A> <H2>SYNOPSIS</H2> <A NAME="ixAAC"></A> echmod <I>mode</I> <I>filedir1</I> [...] <A NAME="lbAD"> </A> <H2>DESCRIPTION</H2> <A NAME="ixAAD"></A> The access permissions of the target file or directories are set to the octal value specified by <I>mode</I>. <A NAME="lbAE"> </A> <H2>EXAMPLES</H2> <A NAME="ixAAE"></A> <DL COMPACT> <DT>echmod 755 ydir ; echmod 644 '*.cc'<DD> <A NAME="ixAAF"></A> Sets the access permissions of the directory 'ydir' and of any files or directories with a '.cc' suffix in the default <FONT SIZE="-1">ECFS</FONT> domain to the values indicated. Note the presence of quotation marks around the wildcard filename; this ensures that the filename expansion occurs at the domain, not locally. </DL> <A NAME="lbAF"> </A> <H2>SEE ALSO</H2> <A NAME="ixAAG"></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/chmodechmod">chmod<>echmod</A></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">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> |
...